/aoo4110/extras/l10n/source/br/ |
H A D | localize.sdf | 394 basic source\app\basic.src 0 string IDS_CANCEL 0 br Nullañ 2002-02-02 02:02:02 398 basic source\app\basic.src 0 string IDS_ERROR1 185 br Fazi 2002-02-02 02:02:02 406 basic source\app\basic.src 0 string IDS_PAGE 0 br Pajenn 2002-02-02 02:02:02 3804 …br You can also use the fully qualified name to call a procedure or function:\<br/\>\<item type=\"… 10739 …0 help par_id9841608 0 br The type of the operating system. \<br/\>"WNT" for Microsoft Windows … 16299 …br Division operator / if the denominator is 0\<br/\>Some more functions return this error, for ex… 56661 sd source\core\glob.src 0 string STR_PAGE 0 br Pajenn 2002-02-02 02:02:02 58057 sfx2 source\appl\sfx.src 0 string STR_GB 0 br Ge 2002-02-02 02:02:02 58058 sfx2 source\appl\sfx.src 0 string STR_KB 0 br Ke 2002-02-02 02:02:02 58059 sfx2 source\appl\sfx.src 0 string STR_MB 0 br Me 2002-02-02 02:02:02 [all …]
|
/aoo4110/main/bridges/prj/ |
H A D | build.lst | 1 br bridges : cppuhelper jurt jvmaccess salhelper NULL 2 br bridges usr1 - all br_mkout NULL 3 br bridges\inc nmake - all br_inc NULL 4 br bridges\unotypes nmake - all br_unotypes NULL 16 br bridges\source\cpp_uno\gcc3_linux_s390 nmake - u br_gcc3l3 br_unotypes br_inc NULL 19 br bridges\source\cpp_uno\gcc3_linux_arm nmake - u br_gcc3lr br_unotypes NULL 20 br bridges\source\cpp_uno\gcc3_linux_ia64 nmake - u br_gcc3la br_unotypes NULL 21 br bridges\source\cpp_uno\gcc3_linux_hppa nmake - u br_gcc3lh br_unotypes NULL 22 br bridges\source\cpp_uno\gcc3_linux_alpha nmake - u br_gcc3ll br_unotypes NULL 31 br bridges\source\cpp_uno\gcc3_netbsd_intel nmake - u br_gccni br_unotypes br_inc NULL [all …]
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | NativeNumberMode.idl | 61 /** Transliteration in <br/> 71 /** Transliteration in <br/> 78 /** Transliteration in <br/> 85 /** Transliteration in <br/> 92 /** Transliteration in <br/> 99 /** Transliteration in <br/> 106 /** Transliteration in <br/> 113 /** Transliteration in <br/> 120 /** Transliteration in <br/> 125 /** Transliteration in <br/> [all …]
|
H A D | NumberFormatIndex.idl | 49 entries in the form <br/> 59 used internally by the number formatter. </p> <br/> 102 /// 0 <br/>Integer number 104 /// 0.00 <br/>Decimal number with 2 decimals 106 /// #,##0 <br/>Integer number with group separator 108 /// #,##0.00 <br/>Decimal number with group separator 180 /// 8. Oct. 1997 <br/> DIN/EN 184 /// 8. October 1997 <br/> DIN/EN 194 /// 10-08 <br/> DIN/EN 196 /// 97-10-08 <br/> DIN/EN/ISO [all …]
|
H A D | XTransliteration.idl | 220 strings are not equal, for example: <br/> 221 equals( "a", 0, 1, nMatch1, "aaa", 0, 3, nMatch2 ) <br/> 222 returns <FALSE/> and nMatch:=1 and nMatch2:=1 <br/> 223 equals( "aab", 0, 3, nMatch1, "aaa", 0, 3, nMatch2 ) <br/> 224 returns <FALSE/> and nMatch:=2 and nMatch2:=2 <br/> </p> 252 transliteration <br/> 304 1 if the first substring is greater than the second substring <br/> 305 0 if the first substring is equal to the second substring <br/> 316 1 if the first string is greater than the second string <br/> 317 0 if the first string is equal to the second string <br/>
|
/aoo4110/main/udkapi/com/sun/star/container/ |
H A D | XContainerQuery.idl | 63 example:<br> 64 (1)<br> 68 (2)<br> 71 "getAllVisible(*myname_??_)"<br> 87 example:<br> 88 (supported)<br> 90 Parameters[0].Name = "name"<br> 94 ...<br> 95 (unsupported)<br> 97 Parameters[0].Name = "sort"<br> [all …]
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | DataSourceBrowser.idl | 82 <br/> 86 <br/> 91 <br/> 102 <br/> 106 <br/> 108 <br/> 111 <br/> 114 <br/> 118 <br/> 120 <br/> [all …]
|
H A D | QueryDesign.idl | 79 <li><b>Frame</b><br/> 81 QueryDesign component into.<br/> 87 command is to be designed.<br/> 89 parameter is present.<br/> 95 specifies the connection to work with.<br/> 99 <li><a name="command"></a><b>Command</b><br/> 135 <li><b>EscapeProcessing</b><br/> 152 <li><b>CurrentQuery</b><br/> 156 <li><b>QueryDesignView</b><br/> 159 <li><b>IndependentSQLCommand</b><br/> [all …]
|
H A D | ErrorMessageDialog.idl | 66 <br/> 74 <br/> 132 <br/> 139 <br/> 142 <li><b>Title</b><br/> 145 <li><b>ParentWindow</b><br/> 149 <li><b>SQLException</b><br/> 151 describing the error which is beeing displayed.<br/>
|
/aoo4110/main/odk/source/com/sun/star/lib/loader/ |
H A D | InstallationFinder.java | 331 BufferedReader br = new BufferedReader( in getPathFromWhich() local 335 while ( ( line = br.readLine() ) != null ) { in getPathFromWhich() 364 if ( br != null ) { in getPathFromWhich() 366 br.close(); in getPathFromWhich() 410 BufferedReader br = null; in getPathFromSVersionFile() local 415 while ( ( line = br.readLine() ) != null && in getPathFromSVersionFile() 431 if ( br != null ) { in getPathFromSVersionFile() 433 br.close(); in getPathFromSVersionFile() 583 BufferedReader br = new BufferedReader( in run() local 586 while ( br.readLine() != null ) { in run() [all …]
|
/aoo4110/main/offapi/com/sun/star/ui/ |
H A D | ModuleWindowStateConfiguration.idl | 61 <li><b>Docked</b><br>a boolean which specifies if the window is docked or not.</li> 62 <li><b>DockingArea</b><br>a <type scope="com::sun::star::ui">DockingArea</type> 64 … <li><b>DockPos</b><br>a <type scope="com::sun::star::awt">Point</type> which specifies the 67 <li><b>DockSize</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies 70 … <li><b>Locked</b><br>a boolean which specifies if the window is locked or not. This property 72 <li><b>Pos</b><br>a <type scope="com::sun::star::awt">Point</type> which specifies the 74 <li><b>Size</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies the 76 … <li><b>Style</b><br>a long which specifies the style of the window. A toolbar support the 78 <li><b>UIName</br><br>a localized string which specifies the default window title.</li>
|
/aoo4110/main/offapi/com/sun/star/xml/sax/ |
H A D | XFastAttributeList.idl | 50 <br>Attributes are seperated into known attributes and unknown attributes. 59 /** checks if an attribute is available.<br> 63 registered at the <type>XFastParser</type>.<br> 76 /** retrieves the token of an attributes value.<br> 80 registered at the <type>XFastParser</type>.<br> 98 /**retrieves the token of an attributes value.<br> 102 registered at the <type>XFastParser</type>.<br> 121 /** retrieves the value of an attributes.<br> 125 registered at the <type>XFastParser</type>.<br> 143 /** retrieves the value of an attributes.<br> [all …]
|
/aoo4110/ext_libraries/ratscan/scan/ |
H A D | rat-output-to-html.xsl | 112 <xsl:value-of select="@name"/><br/> 122 <br/> 127 Files with Apache License headers will be marked AL<br/> 129 Compressed archives will be marked A<br/> 130 Notices, licenses etc will be marked N<br/> 146 <xsl:value-of select="@name"/><br/> 160 <br/> 190 <br/> 195 <br/> 200 <br/> [all …]
|
/aoo4110/main/scripting/java/org/openoffice/idesupport/ |
H A D | SVersionRCFile.java | 112 BufferedReader br = null; in getVersions() local 115 br = new BufferedReader(new FileReader(sversionrc)); in getVersions() 116 load(br); in getVersions() 123 if (br != null) in getVersions() 124 br.close(); in getVersions() 130 private void load(BufferedReader br) throws IOException { in load() argument 133 while ((s = br.readLine()) != null && in load() 136 while ((s = br.readLine()) != null && in load()
|
/aoo4110/main/odk/pack/checkinc/ |
H A D | makefile.mk | 39 …-diff -br $(DESTDIRINC)$/osl $(SOLARINCDIR)$/osl $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl… 40 …-diff -br $(DESTDIRINC)$/rtl $(SOLARINCDIR)$/rtl $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl… 41 …-diff -br $(DESTDIRINC)$/sal $(SOLARINCDIR)$/sal $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl… 42 …-diff -br $(DESTDIRINC)$/stl $(SOLARINCDIR)$/stl $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl… 43 …-diff -br $(DESTDIRINC)$/store $(SOLARINCDIR)$/store $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.… 44 …-diff -br $(DESTDIRINC)$/vos $(SOLARINCDIR)$/vos $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl…
|
/aoo4110/main/odk/pack/checkinc2/ |
H A D | makefile.mk | 39 …-diff -br $(DESTDIRINC)$/typelib $(SOLARINCDIR)$/typelib $(PIPEERROR) $(PERL) $(PRJ)$/util$/chec… 40 …-diff -br $(DESTDIRINC)$/uno $(SOLARINCDIR)$/uno $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff… 41 …-diff -br $(DESTDIRINC)$/bridges $(SOLARINCDIR)$/bridges $(PIPEERROR) $(PERL) $(PRJ)$/util$/chec… 42 …-diff -br $(DESTDIRINC)$/cppu $(SOLARINCDIR)$/cppu $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdi… 43 …-diff -br $(DESTDIRINC)$/com$/sun$/star$/uno $(SOLARINCDIR)$/com$/sun$/star$/uno $(PIPEERROR) … 44 …-diff -br $(DESTDIRINC)$/cppuhelper $(SOLARINCDIR)$/cppuhelper $(PIPEERROR) $(PERL) $(PRJ)$/ut…
|
/aoo4110/main/offapi/com/sun/star/form/binding/ |
H A D | BindableDataAwareControlModel.idl | 54 their content with such a column.<br/> 57 it's column in this particular row.<br/> 74 <ul><li><b>Priority</b><br/> 79 <li><b>Activation</b><br/> 84 <li><b>Immediacy</b><br/> 90 … request via <member scope="com::sun::star::form">XBoundComponent::commit</member>.<br/> 93 <li><b>Cloning</b><br/> 96 … inherit from the <type scope="com::sun::star::awt">UnoControlModel</type> service.</br> 98 … external value binding, then the clone is also bound to the same binding instance.<br/>
|
/aoo4110/main/offapi/com/sun/star/setup/ |
H A D | ProductRegistration.idl | 40 <ul><il><em>Triggering Online Registration</em><br/> 43 </il><br/> 44 <il><em>Executing Registration Requests</em><br/> 57 used to determine the type of the event. Currently supported events are:<br/> 58 <ul><li><b>RegistrationRequired</b><br/> 59 Determines that the registration is required to be executed.<br/> 75 <p>That's why this service supports the <type scope="com::sun::star::task">XJob</type>, too.<br/>
|
/aoo4110/main/offapi/com/sun/star/animations/ |
H A D | XAnimate.idl | 47 <br> 54 <br> 56 <br> 84 <br> 107 <br> 116 <br> 125 <br>
|
H A D | XAnimationNode.idl | 51 <br> 72 <br> 86 <br> 108 <br> 123 <br> 143 <br> 162 <br> 173 <br> 190 <br> 210 <br>
|
H A D | XIterateContainer.idl | 38 <br> 45 <br> 52 <br> 54 <br> 60 <br>
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | XDocumentTemplates.idl | 79 <br> 104 <br> 125 <br> 143 <br> 159 <br> 172 <br> 188 <br>
|
/aoo4110/main/udkapi/com/sun/star/registry/ |
H A D | NestedRegistry.idl | 76 <br> 114 <br> 120 <br> 121 How to initialize the registries:<br> 124 the read-only one.<br> 125 Two different ways are possible:<br> 133 <br>
|
/aoo4110/main/udkapi/com/sun/star/uri/ |
H A D | XVndSunStarScriptUrl.idl | 35 <p>These URLs are of the form<br/> 38 <var>parameter</var> *(<code>"&"</code> <var>parameter</var>)]<br/> 39  <var>name</var> = 1*<var>schar</var><br/> 41 <var>value</var><br/> 42  <var>key</var> = 1*<var>schar</var><br/> 43  <var>value</var> = *<var>schar</var><br/> 47 <code>"]"</code><br/>
|
/aoo4110/main/offapi/com/sun/star/inspection/ |
H A D | XObjectInspectorModel.idl | 53 <li>A sevice name:</br> 57 <li>A factory:<br/> 80 method of your property handler.<br/> 89 user interface.<br/> 90 The sequence must not contain two entries with the same programmatic name.<br/> 91 <br/> 116 (<member>XPropertyHandler::getSupportedProperties</member>).<br/> 130 into categories, as described by the property handlers.<br/>
|