Home
last modified time | relevance | path

Searched refs:p (Results 1176 – 1200 of 3699) sorted by relevance

1...<<41424344454647484950>>...148

/trunk/main/udkapi/com/sun/star/beans/
H A DIntrospection.idl38 <p><strong>Important note:</strong>An object can only be
40 "com::sun::star::lang">XTypeProvider</type> interface.</p>
42 <p>For details see method <member>XIntrospection::inspect
43 </member>.</p>
H A DPropertySetInfoChangeEvent.idl40 <p>A <type>PropertySetInfoChangeEvent</type> object is sent
41 to <type>XPropertySetInfoChangeListener</type>s.</p>
55 <p>May be -1 if the implementation has no handle.</p>
/trunk/main/udkapi/com/sun/star/script/
H A DInvocation.idl38 <p>Invoke createInstanceWithArguments() of XSingleServiceFactory
40 createInstance() will fail).</p>
41 <p>
44 </p>
H A DScriptEvent.idl37 <p>For that to happen, a "ScriptEventDescriptor" must be registered at
38 and attached to an object by an <type>XEventAttacherManager</type>.</p>
50 <p>The code has to correspond with the language
51 defined by ScriptType.</p>
H A DFinishEngineEvent.idl54 <p>Only valid if Reason is RuntimeError or CompileError.</p>
61 <p>This field is only valid if <member>FinishEngineEvent::Finish</member> is
62 <const>FinishReason::OK</const>.</p>
/trunk/main/offapi/com/sun/star/awt/
H A DAdjustmentType.idl41 <p>A line jump can, for example, be caused by a click on
42 one of the pointer buttons.</p>
50 <p>A page jump can, for example, be caused by a click in the
52 buttons, nor the thumb).</p>
H A DInputEvent.idl39 <p>Input events are delivered to listeners before they are
40 processed normally by the source where they originated.</p>
50 <p>Zero or more constants from the
51 <type scope="com::sun::star::awt">KeyModifier</type> group.</p>
H A DKeyEvent.idl47 <p>This is a constant from the constant group <type>Key</type>.</p>
61 <p>This is a constant from the constant group
62 <type>KeyFunction</type>.</p>
/trunk/main/offapi/com/sun/star/awt/grid/
H A DDefaultGridDataModel.idl36 …<p>The <code>DefaultGridDataModel</code> implementation is a dumb container of tabular data. You c…
37 and remove rows, modify cell values, and the like.</p>
39 …<p>The implementation will implicitly increase its column count if you add a row which has more va…
40 the current column count.</p>
/trunk/main/offapi/com/sun/star/deployment/
H A DVersionException.idl36 <p>This exception is intended to be used with an
37 <type scope="com::sun::star::task">XInteractionHandler</type>.</p>
54 <p>Must not be <NULL/>.</p>
/trunk/main/offapi/com/sun/star/xml/sax/
H A DSAXException.idl39 <p>This structure is a replacement for the Java class
40 <em>org.xml.sax.SAXException</em>. </p>
42 <p>Some abbreviations: </p>
/trunk/main/offapi/com/sun/star/system/
H A DSystemShellExecuteException.idl32 <p><member scope="com::sun::star::uno">Exception::Message</member> may
33 contain a system error message, but it is not mandatory.</p>
34 <p>The member <member>PosixError</member> specifies a POSIX conforming error
35 code or -1 for unknown errors.</p>
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DConfiguration.idl35 <p>Most likely use is the <member
37 method.</p>
46 <p>This should not be necessary very often. Changes to an
47 existing configuration are more likely.</p>
/trunk/main/offapi/com/sun/star/embed/
H A DEmbedUpdateModes.idl41 <p>
44 </p>
51 <p>
53 </p>
/trunk/main/testtools/source/servicetests/
H A DRemoteServiceTest.java50 final Process p = Runtime.getRuntime().exec(new String[] { in getTestServiceFactory() local
53 pipe(p.getInputStream(), System.out, "CO> "); in getTestServiceFactory()
54 pipe(p.getErrorStream(), System.err, "CE> "); in getTestServiceFactory()
67 p.waitFor(); in getTestServiceFactory()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx51 static void sal_PrintImage( char *s, XImage*p )
53 fprintf( stderr, "%s %d %d %d\n", s, p->depth, p->width, p->height );
54 int nW = Min( 64, p->width*p->bits_per_pixel >> 3 );
55 for( int i = 0; i < Min( 16, p->height ); i++ )
58 fprintf( stderr, "%02X", (UINT8)p->data[i*p->bytes_per_line+j] );
/trunk/main/offapi/com/sun/star/sheet/
H A DXDataPilotFieldGrouping.idl56 <p>It is possible to create multiple groups by calling this method
59 groups.</p>
61 <p>The collection of groups can be accessed via the
64 <member>DataPilotFieldGroupInfo::Groups</member>.</p>
86 <p>If this field is already grouped by dates, a new DataPilot field
90 numeric ranges), otherwise an exception is thrown.</p>
H A DXViewFreezable.idl46 <p>Only one of
49 can be <TRUE/>.</p>
58 <p>To freeze only horizontally, specify nRows as 0.
59 To freeze only vertically, specify nColumns as 0.</p>
/trunk/main/soltools/cpp/
H A D_cpp.c324 void *p = malloc(size); in domalloc() local
326 if (p == NULL) in domalloc()
328 return p; in domalloc()
332 dofree(void *p) in dofree() argument
334 free(p); in dofree()
/trunk/main/offapi/com/sun/star/ucb/
H A DODMAContent.idl69 <p>The document Content corresponds to a document stored in a Document Management System.
70 </p>
95 <p>
156 </p>
167 <p>Where many existing <type>Content</type> implementations do not
/trunk/main/oox/source/ppt/
H A Dpptfilterhelpers.cxx86 const transition* p = gTransitions; in find() local
88 while( p->mpName ) in find()
90 if( rName.compareToAscii( p->mpName ) == 0 ) in find()
91 return p; in find()
93 p++; in find()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx128 while ( p ) in ImplCalendarSelectDateRange()
159 while ( p ) in ImplCalendarUnSelectDateRange()
168 p = pTable->Next(); in ImplCalendarUnSelectDateRange()
172 while ( p ) in ImplCalendarUnSelectDateRange()
1227 void* p; in ImplUpdateSelection() local
1230 p = pOld->First(); in ImplUpdateSelection()
1231 while ( p ) in ImplUpdateSelection()
1240 p = pOld->Next(); in ImplUpdateSelection()
1243 p = pNew->First(); in ImplUpdateSelection()
1244 while ( p ) in ImplUpdateSelection()
[all …]
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch5786 - PORT_Free(p);
5833 - p+=nameLen;
5834 - *p++='=';
5863 - *p++='\"';
5865 - p+=valueLen;
5866 - *p++='\"';
5899 - *p = 0;
5926 - ++p;
5937 - *(q++) = xmlSecGetHex(p[0]) * 16 + xmlSecGetHex(p[1]);
5938 - p += 2;
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DBackendSetupException.idl37 <p>Indicates an error that originates in the underlying access layer.</p>
44 <p>May be a numeric error code, a message <atom>string</atom> or <void/>,
47 </p>
/trunk/main/offapi/com/sun/star/xml/crypto/sax/
H A DElementMarkPriority.idl35 * <p>
39 * <p>
42 * <p>
45 * <p>

Completed in 211 milliseconds

1...<<41424344454647484950>>...148