| /trunk/main/offapi/com/sun/star/i18n/ |
| H A D | LocaleDataItem.idl | 33 Locale specific data, for example, separators, quotation marks. 43 /// date separator, for example, <b>"/"</b> or <b>"."</b> or <b>"-"</b> 45 /// group and thousand separator, for example, <b>","</b> or <b>"."</b> 47 /// decimal separator, for example, <b>"."</b> or <b>","</b> 49 /// time separator, for example, <b>":"</b> 51 /// time 100th seconds separator, for example, <b>","</b> 53 /// list separator, for example, <b>";"</b> 63 /// time AM symbol, for example, <b>"AM"</b> or <b>"am"</b> 65 /// time PM symbol, for example, <b>"PM"</b> or <b>"pm"</b> 69 /// long date day of week separator, for example, <b>", "</b> [all …]
|
| H A D | KNumberFormatUsage.idl | 38 /// Date format, for example, "YYYY-MM-DD". 40 /// Time format, for example, "HH:MM:SS". 42 /// Mixed date/time format, for example, "YYYY-MM-DD HH:MM:SS". 44 /// Numeric format, for example, "#,##0.00". 46 /// Fractional format, for example, "# ??/??". 48 /// Percent format, for example, "0.00%". 50 /// Scientific format, for example, "0.00E+00". 52 /// Currency format, for example, "#,##0.00 [$EUR]"
|
| H A D | Currency.idl | 43 /** ISO 4217 currency code identifier, for example, <b>EUR</b> or 47 /** Currency symbol, for example, <b>$</b>. */ 51 example, <b>EUR</b> or <b>USD</b>. This usually should be 56 /** Name of the currency, for example, <b>Euro</b> or <b>US 72 /** The number of decimal places, for example, <b>2</b> for US Dollar
|
| H A D | CalendarDisplayCode.idl | 39 strings, for example not a four digit year but a CJK name instead. 68 /// Full era name, for example, "Before Christ" or "Anno Dominus". 70 /// Abbreviated era name, for example, BC or AD. 77 /// Short quarter, for example, "Q1" 79 /// Long quarter, for example, "1st quarter"
|
| H A D | LanguageCountryInfo.idl | 44 /// ISO-639 language code, for example, "en" or "de" 46 /// Descriptive language name, for example, "English" or "German" 48 /// ISO-3166 country code, for example, "US" or "DE" 50 /// Descriptive country name, for example, "United States" or "Germany"
|
| H A D | CalendarItem.idl | 35 One entry in a calendar, for example, a day of week or a month or an 46 abbreviated English name, for example, <b>"sun"</b> for Sunday. */ 48 /// The abbreviated name, for example, <b>"Sun"</b>. 50 /// The full name, for example, <b>"Sunday"</b>.
|
| /trunk/main/offapi/com/sun/star/util/ |
| H A D | URL.idl | 51 /** contains the string representation of the complete URL, for example, 64 /** contains the URL without a mark and without arguments, for example, 70 /** contains the protocol (scheme) of the URL, for example, "http" 75 /** contains the user-identifier of the URL, for example, "me" 80 /** contains the users password of the URL, for example, "pass" 85 /** contains the server part of the URL, for example, "www.sun.de" 90 /** contains the port at the server of the URL, for example, "8080" 95 …/** contains all segments but the last one of the hierarchical path of the URL, for example, "/pub… 100 …/** contains the last segment of the hierarchical path of the URL, for the above example, "foo.txt" 112 /** contains the arguments part of the URL, for example, "a=b" [all …]
|
| /trunk/main/offapi/com/sun/star/resource/ |
| H A D | XResourceBundle.idl | 43 <code>String</code> for example, your program can load it from the 65 additional component that identifies its locale. For example, suppose 71 For example, perhaps you would provide a German one named 78 example, both <code>MyResources</code> and <code>MyResources_de</code> 86 can make specializations: for example, <code>MyResources_de_CH</code> 119 <P> For example, if the current default locale is <TT>en_US</TT>, the 135 example, <code>myPackage::MyResources</code>, not just 140 example of a <code>XResourceBundle</code> implementation that contains 157 <p>Keys are always <code>String</code>s. In this example, the keys 159 example, the values are also <code>String</code>s--<code>OK</code> [all …]
|
| /trunk/main/odk/examples/cpp/DocumentLoader/ |
| H A D | Makefile | 71 … @echo The example loads the "$(QM)test.odt$(QM)" document in the DocumentLoader example directory. 75 @echo Use the following command to execute the example! 79 @echo NOTE: This example does not use the new UNO bootstrap mechanism, it uses still a socket 80 …@echo $(SQM) $(SQM)connection. The example use the defaultBootstrap_InitialComponentContext m… 82 …@echo $(SQM) $(SQM)Before you can run this example you have to start your office in listening…
|
| /trunk/main/offapi/com/sun/star/chart2/ |
| H A D | RelativePosition.idl | 48 <p>For example for western languages the primary direction may be 51 <p>The values are relative to a reference size (for example the page size). 59 <p>For example for western languages the secondary direction may be 62 <p>The values are relative to a reference size (for example the page size). 72 <p>For example if Anchor is TOP_LEFT the top left corner of an object will
|
| /trunk/main/libxmlsec/ |
| H A D | xmlsec1-noverify.patch | 12 + and the certificate. For example, OOo could show that the document signature is valid, 15 + verified. This would happen, for example, if the root certificate is not installed. … 40 + and the certificate. For example, OOo could show that the document signature is valid, 43 + verified. This would happen, for example, if the root certificate is not installed.
|
| /trunk/main/odk/examples/cpp/remoteclient/ |
| H A D | Makefile | 102 @echo the follwong command to start the example. The run target starts a remote 107 @echo NOTE: The example uses the $(QM)uno$(QM) tool to prepare a working UNO environment. 108 @echo $(SQM) $(SQM)The example component is made available via -env:URE_MORE_SERVICES=... 130 uno $(ENV_COMP_SERVICES) -s com.sun.star.bridge.example.RemoteClientSample \
|
| /trunk/main/odk/examples/cpp/counter/ |
| H A D | Makefile | 138 @echo Please use the following command to execute the example! 142 …@echo NOTE: The example makes use of the URE and use the defaultBootstrap_InitialComponentContext … 143 …@echo $(SQM) $(SQM)The additional example IDL types are provided via the UNO environment vari… 144 … @echo $(SQM) $(SQM)and the example component is made available via -env:URE_MORE_SERVICES=...
|
| /trunk/main/stoc/test/excomp/ |
| H A D | makefile.mk | 108 ALLIDLFILES:= example$/XTest.idl example$/ExampleComponent1.idl example$/ExampleComponent2.idl
|
| /trunk/main/mythes/ |
| H A D | mythes-1.2.0-disable-example.patch | 24 + --enable-example compiles the example (requires hunspell library) 33 +# Check whether --enable-example was given.
|
| /trunk/main/offapi/com/sun/star/drawing/framework/ |
| H A D | ResourceActivationMode.idl | 29 /** The ResourceActivationMode specifies, for example for the <member 38 is used for example for panes. 43 same class. This is used for example for views.
|
| H A D | XConfigurationController.idl | 86 decide to make requests that then are added to the queue. For example 98 the dependency between the resources. For example a view depends on the 104 temporarily or permanently unavailable. For example, during the 126 example <member>requestResourceDeactivation()</member> is called.</p> 172 For example, there can only be one view per pane, so before
|
| /trunk/main/odk/examples/java/NotesAccess/ |
| H A D | Makefile | 56 @echo This example uses external APIs from Lotus Notes/Domino. You can download a 86 @echo NOTE: Before you run this example make sure that the exaternal "$(QM)Notes.jar$(QM)" can 90 @echo Please use the following command to execute the example!
|
| /trunk/main/odk/examples/DevelopersGuide/ProfUNO/CppBinding/ |
| H A D | Makefile | 80 @echo Note: For the "$(QM)$(APP1_NAME)$(QM)" example you need a running office listening 81 …@echo $(SQM) $(SQM)on port 2083. The example use the defaultBootstrap_InitialComponentContext… 83 …@echo $(SQM) $(SQM)Before you can run this example you have to start your office in listening…
|
| /trunk/main/udkapi/com/sun/star/beans/ |
| H A D | TolerantPropertySetResultType.idl | 49 <p>For example if a 57 <p>For example if a 65 <p>For example if a
|
| /trunk/main/offapi/com/sun/star/chart2/data/ |
| H A D | TabularDataProviderArguments.idl | 52 example for OpenOffice Writer: "<Table1.A1:D7>".</p> 95 <p>For example a SequenceMapping of [3,0,2,1] indicates that 101 ignore those single indexes. For example if you only have three 108 behind the others. For example you have 4 sequences and a
|
| /trunk/main/offapi/com/sun/star/ucb/ |
| H A D | ContentAction.idl | 50 set of content identifiers. For example, an "open" 65 to id2(C) == B, denoted as E1(C: A->B). For example, 71 denoted as E2(C). For example, this event may occur when 78 For example, this event may occur when a new content
|
| /trunk/main/udkapi/com/sun/star/uri/ |
| H A D | XExternalUriReferenceTranslator.idl | 35 URIs of those schemes. For example, it is unspecified for “file” 65 string or cannot be converted (for example, because it contains illegal 79 string or cannot be converted (for example, because it contains illegal
|
| /trunk/main/odk/examples/DevelopersGuide/Charts/ |
| H A D | Makefile | 158 @echo When you run the "$(QM)$(APP5_NAME)$(QM)" example please select the 159 @echo legend or the title to add a $(APP5_NAME). The example terminates 172 @echo and see the example description.
|
| /trunk/main/udkapi/com/sun/star/lang/ |
| H A D | Locale.idl | 40 <code>Locale</code> to tailor information for the user. For example, 100 <p>For example, use WIN for Windows, MAC for Macintosh, and POSIX 102 underscore, and put the most important one first. For example, a
|