| /aoo41x/main/qadevOOo/runner/lib/ | 
| H A D | Parameters.java | 50     final Parameters defaults;  field in Parameters59         defaults = defaultParams;  in Parameters()
 64         if (defaults != null) {  in Parameters()
 65             Set defSet = defaults.toMap().keySet();  in Parameters()
 87         if (defaults != null)  in get()
 88             return defaults.get(paramName);  in get()
 95         if (erg ==  null && defaults != null)  in getPropertyValue()
 96             return defaults.getPropertyValue(name);  in getPropertyValue()
 
 | 
| /aoo41x/main/qadevOOo/tests/java/ifc/beans/ | 
| H A D | _XMultiPropertyStates.java | 81             Object[] defaults = oObj.getPropertyDefaults(names);  in _getPropertyDefaults()  local82             result = (defaults != null) && defaults.length == names.length;  in _getPropertyDefaults()
 83             log.println("Number of default values: " + defaults.length);  in _getPropertyDefaults()
 
 | 
| /aoo41x/main/offapi/com/sun/star/style/ | 
| H A D | XDefaultsSupplier.idl | 41 /** This interface provides access to an XPropertySet of defaults. This can42 	either be the parent of an XPropertySet or the global property defaults
 48 	/** This method returns an XPropertySet of defaults.
 
 | 
| /aoo41x/main/offapi/com/sun/star/chart/ | 
| H A D | X3DDefaultSetter.idl | 37 /** makes it easy to set suiteable defaults for illumination and rotation for 3D charts52     /** set suiteable defaults for the illumination of the current 3D chart.
 
 | 
| H A D | Dim3DDiagram.idl | 52     /** makes it easy to set suiteable defaults for illumination and rotation for 3D charts
 | 
| /aoo41x/main/l10ntools/scripts/tool/ | 
| H A D | pseudo.py | 80     def __init__(self, defaults={}):  argument82         for n,v in list(defaults.items()):
 
 | 
| /aoo41x/main/sfx2/qa/complex/sfx2/ | 
| H A D | DocumentInfo.java | 316             String aName, short attr, Object defaults)  in addProperty()  argument322             xPropContainer.addProperty(aName, attr, defaults);  in addProperty()
 
 | 
| /aoo41x/main/wizards/com/sun/star/wizards/common/ | 
| H A D | Helper.java | 320             Object defaults = docMSF.createInstance("com.sun.star.text.Defaults");  in DateUtils()  local321             Locale l = (Locale) Helper.getUnoStructValue(defaults, "CharLocale");  in DateUtils()
 
 | 
| H A D | FileAccess.java | 298             Object defaults = _xMSF.createInstance("com.sun.star.text.Defaults");  in checkIfLanguagePathExists()  local299             Locale aLocale = (Locale) Helper.getUnoStructValue(defaults, "CharLocale");  in checkIfLanguagePathExists()
 
 | 
| /aoo41x/main/filter/source/config/tools/merge/ | 
| H A D | pyAltFCFGMerge | 181     def __init__(self, defaults={}):  argument183         for n,v in defaults.items():
 
 | 
| /aoo41x/main/offapi/com/sun/star/configuration/ | 
| H A D | AdministrationProvider.idl | 43  <p>Shared sets of configuration data usually serve to provide defaults, 45  store multiple layers of defaults may be combined with a user-specific layer
 
 | 
| H A D | HierarchyElement.idl | 55  The state of the element (regarding defaults) can be accessed.
 | 
| /aoo41x/main/writerfilter/documentation/ | 
| H A D | KnownIssues.txt | 23 - border types: width of border lines are changed to fit Writer's defaults, 
 | 
| /aoo41x/main/offapi/com/sun/star/chart2/ | 
| H A D | PropertyPool.idl | 45     /** must provide defaults for all properties
 | 
| H A D | Diagram.idl | 61     /** makes it easy to set suiteable defaults for illumination and rotation for 3D charts
 | 
| /aoo41x/main/offapi/com/sun/star/drawing/ | 
| H A D | Defaults.idl | 57 /** This is a set of properties to access the defaults of a drawing document
 | 
| H A D | AppletShape.idl | 56 		<p>If this property is empty, then it defaults the same base URI as for
 | 
| H A D | GenericDrawingDocument.idl | 161         <p>The following services lets you access the drawing property defaults
 | 
| /aoo41x/main/offapi/com/sun/star/logging/ | 
| H A D | XCsvLogFormatter.idl | 60 		this defaults to only one row titled "message".
 | 
| /aoo41x/main/offapi/com/sun/star/text/ | 
| H A D | XAutoTextContainer.idl | 59     If only <code>groupname</code> is specified, the path defaults to 0, the
 | 
| /aoo41x/main/psprint_config/configuration/ | 
| H A D | psprint.conf | 68 ;         defaults for newly added printers.
 | 
| /aoo41x/main/wizards/com/sun/star/wizards/agenda/ | 
| H A D | AgendaTemplate.java | 440             Object defaults = docMSF.createInstance("com.sun.star.text.Defaults");  in initialize()  local441             Locale l = (Locale) Helper.getUnoStructValue(defaults, "CharLocale");  in initialize()
 
 | 
| /aoo41x/main/apple_remote/ | 
| H A D | GlobalKeyboardDevice.m | 114 …NSLog( @"Apple Remote: Unknown global keyboard defaults key for button identifier %d", remoteButto…
 | 
| /aoo41x/main/solenv/bin/ | 
| H A D | linkoo | 71     my ($target, $libver, $lang) = ( 'unxlngi4.pro', '680', 'en-US' ); # defaults
 | 
| /aoo41x/main/cui/source/options/ | 
| H A D | treeopt.src | 116 … settings when working with %PRODUCTNAME. Enter your personal data, the defaults to be used when s…
 |