/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/ |
H A D | Parameters.java | 50 final Parameters defaults; field in Parameters 59 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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ |
H A D | _XMultiPropertyStates.java | 81 Object[] defaults = oObj.getPropertyDefaults(names); in _getPropertyDefaults() local 82 result = (defaults != null) && defaults.length == names.length; in _getPropertyDefaults() 83 log.println("Number of default values: " + defaults.length); in _getPropertyDefaults()
|
/trunk/main/offapi/com/sun/star/style/ |
H A D | XDefaultsSupplier.idl | 41 /** This interface provides access to an XPropertySet of defaults. This can 42 either be the parent of an XPropertySet or the global property defaults 48 /** This method returns an XPropertySet of defaults.
|
/trunk/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 charts 52 /** 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
|
/trunk/main/l10ntools/scripts/tool/ |
H A D | pseudo.py | 80 def __init__(self, defaults={}): argument 82 for n,v in list(defaults.items()):
|
/trunk/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentInfo.java | 316 String aName, short attr, Object defaults) in addProperty() argument 322 xPropContainer.addProperty(aName, attr, defaults); in addProperty()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | Helper.java | 320 Object defaults = docMSF.createInstance("com.sun.star.text.Defaults"); in DateUtils() local 321 Locale l = (Locale) Helper.getUnoStructValue(defaults, "CharLocale"); in DateUtils()
|
H A D | FileAccess.java | 302 Object defaults = _xMSF.createInstance("com.sun.star.text.Defaults"); in checkIfLanguagePathExists() local 303 Locale aLocale = (Locale) Helper.getUnoStructValue(defaults, "CharLocale"); in checkIfLanguagePathExists()
|
/trunk/main/filter/source/config/tools/merge/ |
H A D | pyAltFCFGMerge | 181 def __init__(self, defaults={}): argument 183 for n,v in defaults.items():
|
/trunk/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.
|
/trunk/main/writerfilter/documentation/ |
H A D | KnownIssues.txt | 23 - border types: width of border lines are changed to fit Writer's defaults,
|
/trunk/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
|
/trunk/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
|
H A D | XChartTypeTemplate.idl | 177 The default implementation assigns the system-wide chart-color defaults
|
/trunk/main/offapi/com/sun/star/logging/ |
H A D | XCsvLogFormatter.idl | 60 this defaults to only one row titled "message".
|
/trunk/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
|
/trunk/main/psprint_config/configuration/ |
H A D | psprint.conf | 68 ; defaults for newly added printers.
|
/trunk/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 440 Object defaults = docMSF.createInstance("com.sun.star.text.Defaults"); in initialize() local 441 Locale l = (Locale) Helper.getUnoStructValue(defaults, "CharLocale"); in initialize()
|
/trunk/main/apple_remote/source/ |
H A D | GlobalKeyboardDevice.m | 114 …NSLog( @"Apple Remote: Unknown global keyboard defaults key for button identifier %d", remoteButto…
|
/trunk/main/solenv/bin/ |
H A D | linkoo | 71 my ($target, $libver, $lang) = ( 'unxlngi4.pro', '680', 'en-US' ); # defaults
|