/aoo4110/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XURLTransformer.java | 92 log.println(complete); in _assemble() 93 res &= complete; in _assemble() 115 log.println(complete); in _assemble() 116 res &= complete; in _assemble() 131 log.println(complete); in _assemble() 132 res &= !complete; in _assemble() 156 res &= complete; in _parseStrict() 213 res &= complete; in _parseStrict() 272 res &= !complete; in _parseStrict() 296 res &= complete; in _parseSmart() [all …]
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ |
H A D | ChooseUninstallationType.java | 47 private JRadioButton complete; field in ChooseUninstallationType 84 complete = new JRadioButton(completeButtonText, true); in ChooseUninstallationType() 85 complete.setMnemonic(KeyEvent.VK_C); in ChooseUninstallationType() 86 … if ( data.useRtl() ) { complete.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in ChooseUninstallationType() 92 group.add(complete); in ChooseUninstallationType() 109 contentPanel.add(complete, constraints); in ChooseUninstallationType() 155 complete.addActionListener(actionListener); in setActionListener() 160 complete.removeActionListener(actionListener); in removeActionListener() 165 complete.setActionCommand(completeActionCommand); in setCompleteActionCommand()
|
/aoo4110/main/sw/qa/complex/checkColor/ |
H A D | CheckChangeColor.java | 67 Any.complete(xPropertySet.getPropertyValue("BackColor"))); in checkChangeColor() 70 Any.complete(xPropertySet.getPropertyValue("IsLandscape"))); in checkChangeColor() 73 Any.complete(xPropertySet.getPropertyValue("Size")).getType()); in checkChangeColor() 79 Any.complete(xPropertySet.getPropertyValue("BackColor"))); in checkChangeColor() 82 Any.complete(xPropertySet.getPropertyValue("IsLandscape"))); in checkChangeColor()
|
/aoo4110/main/ridljar/test/com/sun/star/uno/ |
H A D | Any_Test.java | 44 assure(Any.complete(Any.VOID) == Any.VOID); in testComplete() 46 Any.complete(new Integer(10)).equals( in testComplete() 49 Any.complete(null).equals( in testComplete() 52 assure(Any.complete(x).equals(new Any(new Type(XInterface.class), x))); in testComplete()
|
/aoo4110/main/sal/qa/helper/gcov/ |
H A D | gcov_result.pl | 48 our $complete; # name of all functions filename, which have a value == 100 69 "complete=s" => \$complete, 110 if ($complete) 112 my $result = `cat $complete | wc -l`;
|
H A D | gcov_resultinterpreter.pl | 47 our $complete; # show all functions, which have a value == 100 59 "complete" => \$complete, 91 if ($complete)
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XURLTransformer.idl | 50 a syntactically complete URL. 59 the URL which include the complete string notation and will contain 71 a syntactically complete URL or is specified by the provided protocol 75 <member>URL::Complete</member> if it is not a syntactically complete URL. 104 the operation finished successfully. Otherwise the content of <member>URL::complete</member>
|
/aoo4110/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XFilePicker.idl | 103 the complete URL of this file will be returned.</p> 110 <p> The complete path of the file or directory currently selected 114 The first and only entry of the sequence contains the complete 119 of the sequence contains the complete path/filename in URL format.
|
/aoo4110/main/scripting/source/pyprov/ |
H A D | pythonscript.py | 870 complete = "Error during invoking function " + \ 873 log.debug( complete ) 878 e.Message = e.Message + " (" + complete + ")" 883 complete = "Error during invoking function " + \ 886 log.debug( complete ) 887 raise RuntimeException( complete , self )
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleText.idl | 331 <p>Returns the complete text. This is equivalent to a call to 336 Returns a string that contains the complete text. 388 <type>AccessibleTextType</type> for the complete list. 413 scope="AccessibleTextType">WORD</type>, then the complete word 427 <type>AccessibleTextType</type> for the complete list. 452 scope="AccessibleTextType">WORD</type>, then the complete word 465 <type>AccessibleTextType</type> for the complete list.
|
/aoo4110/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 71 //We must make sure that only complete wchar_t|s are written. WriteConsole takes 92 //wchar_t at the front of the buffer. We will use the complete buffer the next time 167 //We need to read in the complete input until we encounter a new line before 170 //complete, then it will not be converted properly.
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | ImageStatus.idl | 45 /** This conveys that one frame of the image is complete but there are more 52 /** This conveys that the image is complete and there are no more pixels or
|
H A D | XImageConsumer.idl | 111 <p>The complete method is called when the image producer 119 [oneway] void complete( [in] long Status,
|
/aoo4110/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
H A D | Error.ulf | 212 en-US = "Another installation is in progress. You must complete that installation before continuing… 314 en-US = "Scheduling reboot operation: Renaming file [2] to [3]. Must reboot to complete operation." 317 en-US = "Scheduling reboot operation: Deleting file [2]. Must reboot to complete operation." 383 en-US = "You do not have sufficient privileges to complete this installation for all users of the m… 389 …is computer. This installation requires Component Services in order to complete successfully. Co…
|
/aoo4110/main/offapi/com/sun/star/chart2/ |
H A D | RelativeSize.idl | 50 between 0 and 1 span the complete bounding rectangle of the 66 between 0 and 1 span the complete bounding rectangle of the
|
H A D | RelativePosition.idl | 52 Values between 0 and 1 span the complete bounding rectangle.</p> 63 Values between 0 and 1 span the complete bounding rectangle.</p>
|
/aoo4110/main/offapi/com/sun/star/awt/grid/ |
H A D | XGridDataModel.idl | 50 /** allows cloning the complete data model 96 /** retrieves the data for a complete row
|
/aoo4110/main/offapi/com/sun/star/inspection/ |
H A D | XObjectInspector.idl | 84 <p>If a new model is set at the inspector, the complete UI will be rebuilt to reflect 106 will create a complete set of property handlers (as indicated by
|
H A D | XObjectInspectorUI.idl | 74 <p>Note that the complete UI for the property must be enabled in order for these settings to 76 …somebody previously disabled the complete UI for this property with <member>enablePropertyUI</memb…
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | Texture.idl | 48 be used to scale the complete texture as it fits suit.<p> 71 complete transparency, and 1 denotes fully opaque.<p>
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdstr.src | 2425 Text [ en-US ] = "Position X, complete"; 2430 Text [ en-US ] = "Position Y, complete"; 2440 Text [ en-US ] = "Height, complete"; 2520 Text [ en-US ] = "Resize X, complete"; 2525 Text [ en-US ] = "Resize Y, complete"; 2535 Text [ en-US ] = "Shear horizontal, complete"; 2540 Text [ en-US ] = "Shear vertical, complete";
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | XSchemaHandler.idl | 72 /** receives notification that the current schema description is complete. 144 /** receives notification that a component description is complete. 257 /** receives notification that a template description is complete. 366 /** receives notification that a node description is complete.
|
/aoo4110/main/ridljar/com/sun/star/uno/ |
H A D | UnoRuntime.java | 206 Any a1 = Any.complete(any1); in areSame() 207 Any a2 = Any.complete(any2); in areSame()
|
/aoo4110/main/udkapi/com/sun/star/uri/ |
H A D | XUriReference.idl | 50 returns the textual representation of the complete URI reference. 53 the textual representation of the complete URI reference. The exact
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | TextSection.idl | 65 /** A <type>TextSection</type> is a range of complete paragraphs within a text. 120 then the complete document content is linked into this section.</p>
|