Home
last modified time | relevance | path

Searched refs:param (Results 251 – 275 of 1073) sorted by relevance

1...<<11121314151617181920>>...43

/trunk/main/oovbaapi/ooo/vba/
H A DXDocumentProperties.idl45 * @param Name (Required String. The name of the property.
46 …* @param LinkToContent Specifies whether the property is linked to the contents of the container d…
47 …* @param Type The data type of the property. Can be one of the following MsoDocProperties constant…
49 …* @param Value The value of the property, if it's not linked to the contents of the container docu…
53 …* @param LinkSource Ignored if LinkToContent is False. The source of the linked property. The cont…
/trunk/main/offapi/com/sun/star/resource/
H A DStringResourceWithStorage.idl45 @param Storage
49 @param ReadOnly
53 @param locale
59 @param BaseName
68 @param Comment
/trunk/main/connectivity/qa/complex/connectivity/
H A DDBaseDriverTest.java62 …DBaseStringFunctions aStringTest = new DBaseStringFunctions(((XMultiServiceFactory) param.getMSF()… in Functions()
65 …cFunctions aNumericTest = new DBaseNumericFunctions(((XMultiServiceFactory) param.getMSF()), this); in Functions()
68 …DBaseDateFunctions aDateTest = new DBaseDateFunctions(((XMultiServiceFactory) param.getMSF()), thi… in Functions()
71 DBaseSqlTests aSqlTest = new DBaseSqlTests(((XMultiServiceFactory) param.getMSF()), this); in Functions()
/trunk/main/offapi/com/sun/star/rendering/
H A DXSprite.idl64 @param nAlpha
88 @param aNewPos
91 @param aViewState
94 @param aRenderState
127 @param aTransformation
167 @param aClip
181 @param nPriority
H A DXBitmapPalette.idl58 @param entry
62 @param nIndex
83 @param color
87 @param transparency
92 @param nIndex
H A DXIntegerBitmapColorSpace.idl100 @param deviceColor Sequence of device color components. Is
121 @param deviceColor Sequence of device color components. Is
143 @param deviceColor Sequence of device color components. Is
167 @param deviceColor Sequence of device color components. Is
191 @param deviceColor Sequence of device color components. Is
213 @param deviceColor Sequence of sRGB color components. Is
233 @param deviceColor Sequence of sRGB color components. Is
254 @param deviceColor Sequence of sRGB color components. Is
/trunk/main/postprocess/checkxml/
H A Dcheckxml.pl120 my @param = split(" ",$line);
121 if ( $param[0] =~ /\d+/ ) {
122 if ( $param[0] == 0 && $param[3] =~ /.+\.xcu$/)
/trunk/main/sc/qa/complex/dataPilot/
H A D_XNamed.java58 private TestParameters param = null; field in _XNamed
71 public _XNamed(XNamed xObj/*, LogWriter log*/, TestParameters param) { in _XNamed() argument
74 this.param = param; in _XNamed()
H A D_XDataPilotDescriptor.java75 private TestParameters param = null; field in _XDataPilotDescriptor
88 LogWriter log*/, TestParameters param) { in _XDataPilotDescriptor() argument
91 this.param = param; in _XDataPilotDescriptor()
100 Integer amount = (Integer)param.get("FIELDSAMOUNT"); in before()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXResourceFactoryManager.idl49 @param sResourceURL
51 @param xResourceFactory
63 @param sResourceURL
72 @param xResourceFactory
81 @param sResourceURL
/trunk/main/offapi/com/sun/star/deployment/
H A DXUpdateInformationProvider.idl51 @param repositories
53 @param extensionId
79 @param handler
87 @param repositories
89 @param extensionId
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DInetTools.java41 public static boolean setHTTPProxy(TestParameters param){ in setHTTPProxy() argument
42 XMultiServiceFactory xMSF = (XMultiServiceFactory) param.getMSF(); in setHTTPProxy()
64 String HTTPProxyName = (String)param.get("HTTPProxyName"); in setHTTPProxy()
65 String HTTPProxyPort = (String)param.get("HTTPProxyPort"); in setHTTPProxy()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx536 typelib_MethodParameter param; in Invoke() local
537 param.pTypeRef = attribute_td->pAttributeTypeRef; in Invoke()
538 param.bIn = sal_True; in Invoke()
539 param.bOut = sal_False; in Invoke()
548 1, &param, args, NULL, &pExc); in Invoke()
1030 typelib_MethodParameter param; in cli_proxy_dispatch() local
1031 param.pTypeRef = in cli_proxy_dispatch()
1034 param.bIn = sal_True; in cli_proxy_dispatch()
1035 param.bOut = sal_False; in cli_proxy_dispatch()
1041 0 /* indicates void return */, &param, 1, in cli_proxy_dispatch()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlContainer.java64 protected void initialize(TestParameters param, PrintWriter log) { in initialize() argument
68 (XMultiServiceFactory) param.getMSF()); in initialize()
70 (XMultiServiceFactory) param.getMSF()); in initialize()
85 public TestEnvironment createTestEnvironment(TestParameters param, in createTestEnvironment() argument
193 oObj = (XInterface) ((XMultiServiceFactory) param.getMSF()).createInstance( in createTestEnvironment()
/trunk/main/offapi/com/sun/star/ucb/
H A DXCachedDynamicResultSetStubFactory.idl71 @param Source
86 @param Source
89 @param TargetCache
92 @param SortingInfo
96 @param CompareFactory
H A DXParameterizedContentProvider.idl56 @param Template A URL template. If the input is malformed or too
59 @param Arguments Any supplementary arguments required by this
65 @param ReplaceExisting If true, and if the given Template conflicts
88 @param Template A URL template. If the input is malformed or too
91 @param Arguments Any supplementary arguments required by this
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java86 private static TestParameters param = null; field in RDFRepositoryTest
97 param = new TestParameters(); in before()
98 param.put("ServiceFactory", xMSF); in before()
192 new StreamSimulator(tempDir + "empty.rdf", false, param); in check()
197 new StreamSimulator(tempDir + "empty.rdf", true, param); in check()
288 xFooOut = new StreamSimulator(tempDir + "foo.rdf", false, param); in check()
292 xFooIn = new StreamSimulator(tempDir + "foo.rdf", true, param); in check()
300 xFooIn = new StreamSimulator(tempDir + "foo.rdf", true, param); in check()
366 XInputStream xIn = new StreamSimulator(TestDocument.getUrl("example.rdf"), true, param); in checkSPARQL()
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl90 @param rKeyName
305 @param aKeyName
323 @param aKeyName
349 @param aKeyName
394 @param aLinkName
398 @param aLinkTarget
414 @param aLinkName
430 @param rLinKName
447 @param rKeyName
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentProperties.idl307 @param Author
331 @param Storage
335 @param Medium
363 @param URL
371 @param Medium
399 @param Storage
403 @param Medium
428 @param URL
436 @param Medium
/trunk/main/offapi/com/sun/star/embed/
H A DInstanceLocker.idl60 @param xInstance
64 @param nActions
79 @param xInstance
83 @param nActions
90 @param xApprove
H A DXHierarchicalStorageAccess.idl108 @param sStreamPath
111 @param nOpenMode
154 @param sStreamPath
157 @param nOpenMode
161 @param sPassword
198 @param sElementPath
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatchRecorder.idl67 @param Frame
90 @param URL
93 @param Arguments
111 @param URL
114 @param Arguments
/trunk/main/sal/inc/osl/
H A Dthread.hxx43 extern "C" inline void SAL_CALL threadFunc( void* param);
169 friend void SAL_CALL threadFunc( void* param);
181 extern "C" inline void SAL_CALL threadFunc( void* param) in threadFunc() argument
183 Thread* pObj= (Thread*)param; in threadFunc()
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXFormatConditions.idl46 @param Type
48 @param Operator
50 @param Formula1
52 @param Formula2
/trunk/main/udkapi/com/sun/star/test/
H A DXSimpleTest.idl52 @param TestName the name of the test. Must be an interface, service or implementation name.
55 @param TestObject The instance to be tested.
75 @param TestName The name of the test. Must be an interface, service or implementation name.
78 @param TestObject The instance to be tested.
79 @param hTestHandle Internal test handle. Handle for first test is always 0.

Completed in 70 milliseconds

1...<<11121314151617181920>>...43