Home
last modified time | relevance | path

Searched refs:All (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/trunk/main/wizards/source/importwizard/
H A Dimportwi.src466 Text [ en-US ] = "All subdirectories will be taken into account" ;
477 …Text [ en-US ] = "All %PRODUCTNAME text documents contained in the following directory will be imp…
483 …Text [ en-US ] = "All %PRODUCTNAME spreadsheets contained in the following directory will be impor…
501 …Text [ en-US ] = "All %PRODUCTNAME text templates contained in the following directory will be imp…
507 …Text [ en-US ] = "All %PRODUCTNAME table templates contained in the following directory will be im…
524 Text [ en-US ] = "All Word documents contained in the following directory will be imported:" ;
530 Text [ en-US ] = "All Excel documents contained in the following directory will be imported:" ;
536 …Text [ en-US ] = "All PowerPoint documents contained in the following directory will be imported:"…
542 Text [ en-US ] = "All Word templates contained in the following directory will be imported:" ;
548 Text [ en-US ] = "All Excel templates contained in the following directory will be imported:" ;
[all …]
/trunk/main/sd/source/ui/annotations/
H A Dannotations.src97 Text [ en-US ] = "Delete All Comments b~y %1" ;
103 Text [ en-US ] = "Delete ~All Comments" ;
132 Text [ en-US ] = "Delete All Comments ~by %1" ;
138 Text [ en-US ] = "Delete ~All Comments" ;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DAll.java33 public class All class
36 public All ( in All() method in All
85 return NodeType.All; in GetNodeType()
/trunk/main/
H A DLICENSE495 The Netherlands. All rights reserved.
529 All rights reserved.
591 All Rights Reserved.
660 All rights reserved.
666 All rights reserved.
728 All rights reserved.
836 All Right Reserved
903 All rights reserved.
1010 All rights reserved.
1060 All rights reserved.
[all …]
/trunk/main/external/mingwheaders/
H A Dmingw_headers.patch19 /* All the headers include this file. */
873 * Copyright (c) 1998-2001, Microsoft Corp. All Rights Reserved.
882 * Copyright (c) 1998-2001, Microsoft Corp. All Rights Reserved.
902 * Copyright (c) 1998-2001, Microsoft Corp. All Rights Reserved.
954 * Copyright (c) 1998-2001, Microsoft Corp. All Rights Reserved.
1027 Copyright (c) Microsoft Corporation. All rights reserved.
1552 Copyright (c) Microsoft Corporation. All rights reserved.
2094 * Copyright (C) Microsoft Corporation. All Rights Reserved.
2103 // Copyright (C) Microsoft Corporation. All Rights Reserved.
2112 // Copyright (C) Microsoft Corporation. All Rights Reserved.
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DRasterOperation.idl53 /** All bits which are affected by this operation are set to 0.
59 /** All bits which are affected by this operation are set to 1.
65 /** All bits which are affected by this operation are inverted.
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.src74 Text [ en-US ] = "All tables";
78 Text [ en-US ] = "All views";
82 Text [ en-US ] = "All tables and views";
/trunk/main/offapi/com/sun/star/style/
H A DCaseMap.idl49 /** All characters are put in upper case.
56 /** All characters are put in lower case.
70 /** All characters are put in upper case, but with a smaller font height.
/trunk/main/cui/source/tabpages/
H A Dborder.src381 Text [ en-US ] = "Set Outer Border and All Inner Lines" ;
393 Text [ en-US ] = "Set All Four Borders" ;
409 Text [ en-US ] = "Set Top and Bottom Borders, and All Inner Lines" ;
413 Text [ en-US ] = "Set Left and Right Borders, and All Inner Lines" ;
/trunk/main/sw/source/ui/app/
H A Dapp.src114 < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
133 < "All" ; SFXSTYLEBIT_ALL ; > ;
144 < "All" ; SFXSTYLEBIT_ALL ; > ;
155 < "All" ; SFXSTYLEBIT_ALL ; > ;
166 < "All" ; SFXSTYLEBIT_ALL ; > ;
/trunk/main/sc/source/ui/src/
H A Dpopup.src175 Text [ en-US ] = "Select All S~heets" ;
181 Text [ en-US ] = "D~eselect All Sheets" ;
435 Text [ en-US ] = "Remove ~All Traces" ;
489 Text [ en-US ] = "Delete All Manual Breaks" ;
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.src446 Text [ en-US ] = "All" ;
474 Text [ en-US ] = "Show All" ;
478 Text [ en-US ] = "Hide All" ;
482 Text [ en-US ] = "Delete All" ;
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.src161 < "All pages" ; > ;
183 < "~All slides" ; > ;
193 < "~All pages" ; > ;
/trunk/main/udkapi/com/sun/star/beans/
H A DXMultiPropertyStates.idl70 specifies the names of the properties. All names must be unique.
97 specifies the names of the properties. All names must be unique.
115 specifies the names of the properties. All names must be unique.
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellRangesQuery.idl51 <p>All methods return a collection of cell ranges.</p>
113 compares all cells with the cell in the specified row. All cells
132 compares all cells with the cell in the specified column. All cells
/trunk/main/offapi/com/sun/star/chart2/
H A DXRegressionCurveCalculator.idl48 All x-values that represent the measurement points on
52 All y-values that represent the measurement points on
63 curve should be calculated. All numbers that are part of
/trunk/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryAnalyzer.idl194 …ple, consider a database document which contains a client-side query named <code>All Orders</code>.
196 … <code>SELECT * from "All Orders"</code> would be rejected by the database. However, instantiating
198 …n use <code>getQueryWithSubstitution</code> to retrieve a statement where <code>"All Orders"</code>
199 …ced with the <code>SELECT</code> statement which actually constitutes the <code>"All Orders"</code>
/trunk/main/sd/source/ui/app/
H A Dres_bmp.src407 Text [ en-US ] = "All Styles" ;
420 < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
431 < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java42 import org.apache.openoffice.ooxml.schema.model.complex.All;
390 private All ParseAll (final Node aParent) in ParseAll()
395 final All aAll = new All(aParent, GetLocation()); in ParseAll()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow.src42 Text [ en-US ] = "All movie and sound files" ;
49 Text [ en-US ] = "All files (*.*)" ;
/trunk/main/vcl/source/src/
H A Dmenu.src67 Text [ en-US ] = "Select ~All" ;
96 Text [ en-US ] = "Show All" ;
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx351 sal_uInt16 All,Rad; in ChgSchnittBit() local
354 All=Bit | Rad; in ChgSchnittBit()
357 case EscSet : Schnitt=(Schnitt & ~All) | Bit; break; in ChgSchnittBit()
358 case EscReset: Schnitt=(Schnitt & ~All); break; in ChgSchnittBit()
359 case EscDeflt: Schnitt=(Schnitt & ~All) | (Schnitt0 & All); break; in ChgSchnittBit()
/trunk/main/offapi/com/sun/star/text/
H A DBookmarks.idl50 <p>All contents support the service <type>Bookmark</type>.
55 <p>All contents support the service <type>Bookmark</type>.
/trunk/main/desktop/win32/source/applauncher/ooo/
H A Dverinfo.rc68 value "LegalCopyright", S_CRIGHT " Apache Software Foundation. All rights reserved.\0"
80 value "LegalCopyright", S_CRIGHT " Apache Software Foundation. All rights reserved.\0"
/trunk/main/desktop/win32/source/applauncher/
H A Dverinfo.rc73 value "LegalCopyright", S_CRIGHT " Apache Software Foundation. All rights reserved.\0"
85 value "LegalCopyright", S_CRIGHT " Apache Software Foundation. All rights reserved.\0"

Completed in 100 milliseconds

12345678910>>...16