Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 25 of 67) sorted by relevance

123

/aoo41x/main/qadevOOo/runner/lib/
H A DParameters.java50 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()
/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XMultiPropertyStates.java81 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()
/aoo41x/main/offapi/com/sun/star/style/
H A DXDefaultsSupplier.idl41 /** 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.
/aoo41x/main/offapi/com/sun/star/chart/
H A DX3DDefaultSetter.idl37 /** 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 DDim3DDiagram.idl52 /** makes it easy to set suiteable defaults for illumination and rotation for 3D charts
/aoo41x/main/l10ntools/scripts/tool/
H A Dpseudo.py80 def __init__(self, defaults={}): argument
82 for n,v in list(defaults.items()):
/aoo41x/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java316 String aName, short attr, Object defaults) in addProperty() argument
322 xPropContainer.addProperty(aName, attr, defaults); in addProperty()
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DHelper.java320 Object defaults = docMSF.createInstance("com.sun.star.text.Defaults"); in DateUtils() local
321 Locale l = (Locale) Helper.getUnoStructValue(defaults, "CharLocale"); in DateUtils()
H A DFileAccess.java298 Object defaults = _xMSF.createInstance("com.sun.star.text.Defaults"); in checkIfLanguagePathExists() local
299 Locale aLocale = (Locale) Helper.getUnoStructValue(defaults, "CharLocale"); in checkIfLanguagePathExists()
/aoo41x/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge181 def __init__(self, defaults={}): argument
183 for n,v in defaults.items():
/aoo41x/main/offapi/com/sun/star/configuration/
H A DAdministrationProvider.idl43 <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 DHierarchyElement.idl55 The state of the element (regarding defaults) can be accessed.
/aoo41x/main/writerfilter/documentation/
H A DKnownIssues.txt23 - border types: width of border lines are changed to fit Writer's defaults,
/aoo41x/main/offapi/com/sun/star/chart2/
H A DPropertyPool.idl45 /** must provide defaults for all properties
H A DDiagram.idl61 /** makes it easy to set suiteable defaults for illumination and rotation for 3D charts
/aoo41x/main/offapi/com/sun/star/drawing/
H A DDefaults.idl57 /** This is a set of properties to access the defaults of a drawing document
H A DAppletShape.idl56 <p>If this property is empty, then it defaults the same base URI as for
H A DGenericDrawingDocument.idl161 <p>The following services lets you access the drawing property defaults
/aoo41x/main/offapi/com/sun/star/logging/
H A DXCsvLogFormatter.idl60 this defaults to only one row titled "message".
/aoo41x/main/offapi/com/sun/star/text/
H A DXAutoTextContainer.idl59 If only <code>groupname</code> is specified, the path defaults to 0, the
/aoo41x/main/psprint_config/configuration/
H A Dpsprint.conf68 ; defaults for newly added printers.
/aoo41x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java440 Object defaults = docMSF.createInstance("com.sun.star.text.Defaults"); in initialize() local
441 Locale l = (Locale) Helper.getUnoStructValue(defaults, "CharLocale"); in initialize()
/aoo41x/main/apple_remote/
H A DGlobalKeyboardDevice.m114 …NSLog( @"Apple Remote: Unknown global keyboard defaults key for button identifier %d", remoteButto…
/aoo41x/main/solenv/bin/
H A Dlinkoo71 my ($target, $libver, $lang) = ( 'unxlngi4.pro', '680', 'en-US' ); # defaults
/aoo41x/main/cui/source/options/
H A Dtreeopt.src116 … settings when working with %PRODUCTNAME. Enter your personal data, the defaults to be used when s…

Completed in 119 milliseconds

123