Home
last modified time | relevance | path

Searched refs:p (Results 451 – 475 of 3444) sorted by relevance

1...<<11121314151617181920>>...138

/trunk/main/offapi/com/sun/star/ucb/
H A DUniversalContentBroker.idl62 <p>If the instance is created with two arguments of type string,
89 <p>This interface is required.
97 <p>This interface is required.
104 <p>This interface is required.
112 <p>This interface is required.
119 <p>The
129 <p>Typical values for the pair of strings would be
133 <p>This interface is required.
140 <p>This interface is required.
142 <p><pre>
[all …]
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx317 const void* p = writer.getBlob(blobsize); in getTypeBlob() local
319 rtl_copyMemory(pBlob, p, *blobsize); in getTypeBlob()
359 const void* p = writer.getBlob(blobsize); in getTypeBlob() local
361 rtl_copyMemory(pBlob, p, *blobsize); in getTypeBlob()
473 rtl_copyMemory(pBlob, p, *blobsize); in getTypeBlob()
533 rtl_copyMemory(pBlob, p, *blobsize); in getTypeBlob()
575 rtl_copyMemory(pBlob, p, *blobsize); in getTypeBlob()
606 rtl_copyMemory(pBlob, p, *blobsize); in getTypeBlob()
626 rtl_copyMemory(pBlob, p, *blobsize); in getTypeBlob()
763 rtl_copyMemory(pBlob, p, *blobsize); in getTypeBlob()
[all …]
/trunk/main/udkapi/com/sun/star/beans/
H A DPropertyStateChangeEvent.idl43 <p>It is sent as an argument to the method of
44 <type>XPropertyStateChangeListener</type>. </p>
46 <p>Normally these events are accompanied by the name, and the old
47 and new values of the changed property. </p>
49 <p>Void values may be provided for the old and new values if their
50 true values are not known. </p>
58 <p>This name identifies the property uniquely within an
59 <type>XPropertySet</type>. Upper and lower case are distinguished.</p>
67 <p>It may be -1 if the implementation has no handle. You can use this
69 interface.</p>
/trunk/main/offapi/com/sun/star/task/
H A DXMasterPasswordHandling.idl47 <p>
50 </p>
52 <p>
55 </p>
63 <p>
66 </p>
68 <p>
71 </p>
89 <p>
92 </p>
/trunk/main/bridges/source/jni_uno/
H A Dnativethreadpool.cxx107 void * p = env->GetPrimitiveArrayCritical(a, 0); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_threadId() local
108 if (p == 0) { in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_threadId()
111 rtl_copyMemory(p, seq.getConstArray(), n); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_threadId()
113 env->ReleasePrimitiveArrayCritical(a, p, 0); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_threadId()
192 Pool * p = reinterpret_cast< Pool * >(pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob() local
199 j = new(std::nothrow) Job(p, ref); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
207 p->pool, seq.getHandle(), in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
223 Pool * p = reinterpret_cast< Pool * >(pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_destroy() local
224 uno_threadpool_destroy(p->pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_destroy()
225 delete p; in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_destroy()
/trunk/main/udkapi/com/sun/star/bridge/
H A DXBridgeSupplier2.idl42 <p />
43 <p>
50 </p>
51 <p>
54 </p>
56 <p>Sometimes a bridge cannot be created, depending on whether a programm uses
65 </p>
66 <p>All objects, whether they are part of the UNO object model or not,
90 </p>
91 <p>Any implementation can supply its own bridges to other object
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTextMarkup.idl50 <p>The <type>XAccessibleTextMarkup</type> interface is the main interface
56 support the <type>XAccessibleText</type> interface.</p>
68 <p>Throws <type>IllegalArgumentException</type>, if given text
69 markup type is out of valid range.</p>
85 <p>Throws <type>IndexOutOfBoundsException</type>, if given index
86 is out of valid range.</p>
87 <p>Throws <type>IllegalArgumentException</type>, if given text
88 markup type is out of valid range.</p>
111 index is out of range [0..number of characters in the text).</p>
112 <p>Throws <type>IllegalArgumentException</type>, if given text
[all …]
H A DAccessibleTableModelChangeType.idl35 <p>The value of this constants group are used by the
37 type of change that has been made to a table model.</p>
39 <p>Two of the constants,
45 change of the table's content.</p>
53 <p>Use the fields of the <type>AccessibleTableModelChange</type>
55 have been inserted.</p>
61 <p>The affected area of the table is stored in the fields of the
62 <type>AccessibleTableModelChange</type> structure.</p>
68 <p>The number of rows and columns remains unchanged. Only (some of)
71 been changed.</p>
/trunk/main/offapi/com/sun/star/security/
H A DXDocumentDigitalSignatures.idl42 <p>
45 </p>
52 <p>Macros will not be signed.</p>
59 <p>Only document content will be checked.</p>
78 <p>The rest of document content will not be signed.</p>
85 <p>Only Scripting content will be checked.</p>
109 <p>Only Package content will be checked.</p>
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcpp2uno.cxx396 unsigned char * p = code; in codeSnippet() local
399 *p++ = 0xB8; in codeSnippet()
400 *reinterpret_cast< sal_Int32 * >(p) = functionIndex; in codeSnippet()
401 p += sizeof (sal_Int32); in codeSnippet()
403 *p++ = 0xBA; in codeSnippet()
404 *reinterpret_cast< sal_Int32 * >(p) = vtableOffset; in codeSnippet()
405 p += sizeof (sal_Int32); in codeSnippet()
407 *p++ = 0xE9; in codeSnippet()
408 *reinterpret_cast< sal_Int32 * >(p) in codeSnippet()
410 p += sizeof (sal_Int32); in codeSnippet()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcpp2uno.cxx396 unsigned char * p = code; in codeSnippet() local
399 *p++ = 0xB8; in codeSnippet()
400 *reinterpret_cast< sal_Int32 * >(p) = functionIndex; in codeSnippet()
401 p += sizeof (sal_Int32); in codeSnippet()
403 *p++ = 0xBA; in codeSnippet()
404 *reinterpret_cast< sal_Int32 * >(p) = vtableOffset; in codeSnippet()
405 p += sizeof (sal_Int32); in codeSnippet()
407 *p++ = 0xE9; in codeSnippet()
408 *reinterpret_cast< sal_Int32 * >(p) in codeSnippet()
410 p += sizeof (sal_Int32); in codeSnippet()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dcpp2uno.cxx412 unsigned char * p = code; in codeSnippet() local
415 *p++ = 0xB8; in codeSnippet()
416 *reinterpret_cast< sal_Int32 * >(p) = functionIndex; in codeSnippet()
417 p += sizeof (sal_Int32); in codeSnippet()
419 *p++ = 0xBA; in codeSnippet()
420 *reinterpret_cast< sal_Int32 * >(p) = vtableOffset; in codeSnippet()
421 p += sizeof (sal_Int32); in codeSnippet()
423 *p++ = 0xE9; in codeSnippet()
424 *reinterpret_cast< sal_Int32 * >(p) in codeSnippet()
426 p += sizeof (sal_Int32); in codeSnippet()
[all …]
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataSequence.idl44 <p>The data that is stored in this container may contain different
45 types.</p>
66 <p>This is useful, if a <type>XLabeledDataSequence</type> has
68 the value sequence to obtain a fitting replacement label.</p>
70 <p>The sequence returned here may be empty if no suitable
71 label can be generated.</p>
73 <p>The strings returned should be localized.</p>
114 <p>If number formats are not supported, or there is no
116 here.</p>
118 <p>The number format key must be valid for the
[all …]
/trunk/main/offapi/com/sun/star/ui/
H A DXUIConfigurationManager.idl76 <p>
83 </p>
175 <p>
184 </p>
194 <p>
201 </p>
214 <p>
221 </p>
228 <p>
241 <p>
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx324 static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} in GetUInt() argument
325 static unsigned Getsal_uInt16( const unsigned char* p ){ return((p[0]<<8) | p[1]);} in Getsal_uInt16() argument
326 static int GetSShort( const unsigned char* p ){ return((static_cast<signed char>(p[0])<<8)|p[1]);} in GetSShort() argument
354 for( const unsigned char* p = pCmap + 4; --nSubTables >= 0; p += 8 ) in ParseCMAP() local
356 int nPlatform = Getsal_uInt16( p ); in ParseCMAP()
357 int nEncoding = Getsal_uInt16( p+2 ); in ParseCMAP()
385 int nTmpOffset = GetUInt( p+4 ); in ParseCMAP()
/trunk/main/offapi/com/sun/star/setup/
H A DProductRegistration.idl39 <p>Two main functionalities are covered by this service:
48 </ul></p>
56 <p>The string argument of <method scope="com::sun::star::task">XJobExecutor::trigger</method> is
61 called <em>Registration</em>.</p>
64 </p>
70 <p>There are processes which allow to schedule events and jobs, for instance there
73 <type scope="com::sun::star::task">XJob</type> interface.</p>
75 <p>That's why this service supports the <type scope="com::sun::star::task">XJob</type>, too.<br/>
78 process which called this.</p>
80 <p>At the moment, there is no specification about how to use the arguments given in the
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java449 Parcel p = null; in createParcel() local
487 return p; in createParcel()
588 if ( p == null ) in renameParcel()
617 p.rename( newName ); in renameParcel()
623 Parcel p = (Parcel)getByName( name ); in removeParcel() local
624 if ( p == null ) in removeParcel()
629 result = parcels.remove( p ); in removeParcel()
637 Parcel p = (Parcel)getByName( name ); in deleteParcel() local
638 if ( p == null ) in deleteParcel()
654 result = parcels.remove( p ); in deleteParcel()
[all …]
/trunk/main/offapi/com/sun/star/configuration/
H A DGroupUpdate.idl42 <p>This service extends <type>GroupAccess</type> to support
44 </p>
51 <p>Any child and descendant objects support modifying access as well,
54 </p>
60 <p>This service extends the interface
67 </p>
69 <p>Changes can be observed by registering a listener with interface
72 </p>
74 <p>Elements of this group may be replaced only if they are of simple type.
78 </p>
/trunk/main/offapi/com/sun/star/text/
H A DTableColumnSeparator.idl36 <p>If cells of the table are merged, this separator is not removed, but
38 </p>
40 <p>A text table or a text table row provides the separators in a
44 </p>
45 <p>The real width of a table depends on the environment (page style and
51 </p>
52 <p>A table provides this property only if all rows have the same structure.
54 </p>
56 <p>The state of <member>TableColumnSeparator::IsVisible</member> and the
59 separators.</p>
/trunk/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGrid.idl50 …<p>The horizontal structure of the grid is defined by the <type>XGridColumnModel</type> implemente…
52 </p>
55 <p> All row data are stored in the <type>XGridDataModel</type>.
57 </p>
59p>The column and data model must be set at the <member>UnoControlGridModel::ColumnModel</member> a…
62 <p>If you are interested in knowing when the selection changes implement a
65 You than will be notified for any selection change.</p>
67 …<p>The <type>XGridSelection</type> interface provides a bunch of methods to set and get selection …
/trunk/main/offapi/com/sun/star/form/
H A DFormControlModel.idl51 <p>Note that the model-view-paradigm is used for form controls, too.</p>
82 <p>The default -1 is used to indicate that the tab-order of this control should be
83 determined automatically.</p>
85 <p>Each component which supports a tabstop must provide a
86 <member>FormControlModel::TabIndex</member> property.</p>
88 <p>Normally, a <type>FormController</type> instance is evaluating this property.</p>
95 <p>No semantics is given for this property, it will usually be used by the creator of a document
96 containing form controls.</p>
/trunk/main/offapi/com/sun/star/
H A Dmodules.idl41 <p>Making a class accessible starts by supporting the <type
53 to be loaded when necessary.</p>
61 own.</p>
214 <p>
220 </p>
222 <p>
231 </p>
233 <p>
239 </p>
241 <p>
[all …]
/trunk/main/unotools/source/i18n/
H A Dcharclass.cxx129 const sal_Unicode* p = rStr.GetBuffer(); in isAsciiNumeric() local
130 const sal_Unicode* const pStop = p + rStr.Len(); in isAsciiNumeric()
133 if ( !isAsciiDigit( *p ) ) in isAsciiNumeric()
135 } while ( ++p < pStop ); in isAsciiNumeric()
145 const sal_Unicode* p = rStr.GetBuffer(); in isAsciiAlpha() local
146 const sal_Unicode* const pStop = p + rStr.Len(); in isAsciiAlpha()
149 if ( !isAsciiAlpha( *p ) ) in isAsciiAlpha()
151 } while ( ++p < pStop ); in isAsciiAlpha()
161 const sal_Unicode* p = rStr.GetBuffer(); in isAsciiAlphaNumeric() local
165 if ( !isAsciiAlphaNumeric( *p ) ) in isAsciiAlphaNumeric()
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DXStorable.idl46 <p>
48 </p>
95 <p>Only objects which know their locations can be stored.</p>
111 <p>This is the normal behavior for UI's "save-as" feature.</p>
113 <p>The change of the location makes it necessary to store the document in
118 must be used that does not change the location of the object.</p>
144 <p>This is the normal behavior for UI's export feature.</p>
146 <p>This method accepts all kinds of export filters, not only combined
148 persistence capability.</p>
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx427 unsigned char * p = code; in codeSnippet() local
430 *p++ = 0xB8; in codeSnippet()
431 *reinterpret_cast< sal_Int32 * >(p) = functionIndex; in codeSnippet()
432 p += sizeof (sal_Int32); in codeSnippet()
434 *p++ = 0xBA; in codeSnippet()
435 *reinterpret_cast< sal_Int32 * >(p) = vtableOffset; in codeSnippet()
436 p += sizeof (sal_Int32); in codeSnippet()
438 *p++ = 0xE9; in codeSnippet()
442 *reinterpret_cast< sal_Int32 * >(p) in codeSnippet()
444 p += sizeof (sal_Int32); in codeSnippet()
[all …]

Completed in 98 milliseconds

1...<<11121314151617181920>>...138