Home
last modified time | relevance | path

Searched refs:p (Results 976 – 1000 of 3572) sorted by relevance

1...<<31323334353637383940>>...143

/trunk/main/udkapi/com/sun/star/bridge/
H A DXBridgeSupplier.idl48 <p>Because bridges sometimes can not be generated in an address space,
51 provided by the UNO runtime. </p>
53 <p>All objects, whether they are part of the UNO object model or not,
55 is heavily model-dependent and has to be specified in the following list: </p>
77 <p>Any implementation can supply its own bridges to other object
79 when the method is called with itself as the first parameter. </p>
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleExtendedComponent.idl62 <p>This interface provides extended access to retrieve information
66 <code>javax.accessibility.AccessibleExtendedComponent</code>.</p>
82 <p>This method stems from the Java interface
83 <code>AccessibleExtendedComponent</code>.</p>
93 <p>This method stems from the Java interface
94 <code>AccessibleExtendedComponent</code>.</p>
/trunk/main/offapi/com/sun/star/configuration/
H A DPropertyHierarchy.idl50 <p>Properties in a property set may be full-fledged objects that have
54 </p>
72 <p>This interface allows retrieving or setting multiple properties at once.
75 </p>
87 <p>This interface allows retrieving or setting multiple properties at once.
90 </p>
/trunk/main/offapi/com/sun/star/sdbc/
H A DXMultipleResults.idl43 <p>
56 </p>
78 <p>
81 </p>
94 <p>
98 </p>
/trunk/main/offapi/com/sun/star/sheet/
H A DSubTotalDescriptor.idl49 <p>The descriptor contains properties and a collection of subtotal fields
50 which control the behaviour of operation.</p>
103 <p>This property is only used if
105 is <TRUE/>.</p>
134 <p>This read-only property indicates the maximum count of fields the
135 current implementation supports.</p>
H A DXCellRangeMovement.idl61 <p>Non-empty cells cannot be moved off the sheet.</p>
91 <p>After copying the contents of the cell range, all cells
92 will be cleared.</p>
108 <p>The source cell range keeps unchanged.</p>
/trunk/main/offapi/com/sun/star/ucb/
H A DPackageContentProvider.idl38 <p>It provides access to packages ( zip / jar archive files ) containing
48 <p>
63 <p><b>URL Scheme for PCP Contents</b>
65 <p>Each HCP content has an identifier corresponding to the following
100 <p>Examples:
119 </p>
/trunk/main/offapi/com/sun/star/chart2/
H A DXDiagram.idl51 <p>The wall is the area behind the union of all
52 coordinate systems used in a diagram.</p>
59 <p>The floor is the bottom of a 3D diagram.
60 For a 2D diagram NULL is returned.</p>
95 <p>For standard parameters that may be used, see the
97 </p>
/trunk/main/offapi/com/sun/star/view/
H A DXRenderable.idl55 <p> If a selection is given, the count has to be calculated
59 <p> If the selection contains a valid XModel interface,
73 <p> returns the specific renderer properties based on the given selection.
75 <p> If the selection contains a valid XModel interface,
89 <p> renders the object with the specific renderer based on the given selection.
91 <p> If the selection contains a valid XModel interface,
/trunk/main/offapi/com/sun/star/drawing/
H A DAccessibleGraphicShape.idl41 <p>It differs from the included <type>AccessibleShape</type> 'base'
45 interface.</p>
53 <p>See <type>AccessibleShape</type> for documentation and support of
58 <type scope="::com::sun::star::accessibility">XAccessibleComponent</type>.</p>
66 <p>The support of the <type
89 change in the future.</p>
H A DGenericDrawingDocument.idl79 <p>Because its function is needed more then once, its defined as generic one.</p>
89 <p>The following services are <type>Shape</type>s.
115 <p>The following services are all <type scope="com::sun::star::text">TextField</type>
130 <p>The following services gives access to resources used inside the document
142 <p>The following service can be set at the <code>Numbering</code> property
149 … <p>The following services can be used for a <type scope="com::sun::star::image">ImageMap</type>
161 <p>The following services lets you access the drawing property defaults
/trunk/main/offapi/com/sun/star/form/validation/
H A DValidatableBindableControlModel.idl41 <p>There are two methods how the value which is represented by a control model
46 </ul></p>
48 …<p>The <type>ValidatableBindableControlModel</type> services describes the interaction of these co…
49 for control models which support both of them.</p>
59 <p>If a value binding is established at the control model (by using
66 …sun::star::util">VetoException</type> upon calling <member>XValidatable::setValidator</member>.</p>
/trunk/main/offapi/com/sun/star/frame/
H A DXSessionManagerListener.idl40 <p>If the listener desires to interact with the user
42 only do so if interaction was granted</p>
44 <p>When the save request is processed (with or without
47 on the session manager client service object.</p>
57 <p>the listener may choose to ignore the <member>saveDone</member>
61 in that case.</p>
/trunk/main/offapi/com/sun/star/script/provider/
H A DXScriptContext.idl72 <p>In some cases, it is possible that scripts, embedded in a document,
75 to access this context.</p>
77 <p>Note that the returned context is allowed to be <NULL/>, in this case,
78 the document as returned by <code>getDocument</code> is the invocation context.</p>
80 <p>If the returned context is not <NULL/>, its <code>ScriptContainer</code> attribute
81 equals the document as returned by <code>XScriptContext::getDocument</code>.</p>
/trunk/main/offapi/com/sun/star/sdb/
H A DTableDesign.idl44 …<p>This service implements a user interface for creating tables through a graphical design interfa…
46 <p>The design view of the TableDesign is divided into two parts. The first part contains the rows
47 …s can be defined for the table. The second part contains the properties of the selected column.</p>
64 <p>Parameters (passed to the method
84 </p>
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx106 const typelib_CompoundTypeDescription * p in is_complex_struct() local
108 for (sal_Int32 i = 0; i < p->nMembers; ++i) in is_complex_struct()
110 if (p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_STRUCT || in is_complex_struct()
111 p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_EXCEPTION) in is_complex_struct()
114 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in is_complex_struct()
121 else if (!bridges::cpp_uno::shared::isSimpleType(p->ppTypeRefs[i]->eTypeClass)) in is_complex_struct()
124 if (p->pBaseTypeDescription != 0) in is_complex_struct()
125 return is_complex_struct(&p->pBaseTypeDescription->aBase); in is_complex_struct()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx106 const typelib_CompoundTypeDescription * p in is_complex_struct() local
108 for (sal_Int32 i = 0; i < p->nMembers; ++i) in is_complex_struct()
110 if (p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_STRUCT || in is_complex_struct()
111 p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_EXCEPTION) in is_complex_struct()
114 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in is_complex_struct()
121 else if (!bridges::cpp_uno::shared::isSimpleType(p->ppTypeRefs[i]->eTypeClass)) in is_complex_struct()
124 if (p->pBaseTypeDescription != 0) in is_complex_struct()
125 return is_complex_struct(&p->pBaseTypeDescription->aBase); in is_complex_struct()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java478 ParameterTypeInfo p = null; in initMethodDescriptions() local
483 p = (ParameterTypeInfo) infos[i++]; in initMethodDescriptions()
485 Type pt = p == null ? null : p.getUnoType(); in initMethodDescriptions()
487 ? getTypeDescription(params[j], p) in initMethodDescriptions()
489 if (p == null || p.isIN()) { in initMethodDescriptions()
492 if (p != null && p.isOUT()) { in initMethodDescriptions()
/trunk/main/offapi/com/sun/star/resource/
H A DXResourceBundle.idl42 <p>When your program needs a locale-specific resource, such as
49 <p>This allows you to write programs that can:
100 <p>The first argument specifies the family name of the resource
111 <p> baseclass + "_" + language1 + "_" + country1 + "_" + variant1
157 <p>Keys are always <code>String</code>s. In this example, the keys
172 <p>The get methods all require the key as an argument and return
204 <p>The parent bundle is searched by the method
214 <p>This function can be used to determine whether the
226 <p>It does not look in the parents.
/trunk/main/svl/source/items/
H A Ditempool.cxx469 for ( SfxItemPool *p = pSecondary->pSecondary; p; p = p->pSecondary ) in SetSecondaryPool() local
470 p->pMaster = pSecondary; in SetSecondaryPool()
476 for ( SfxItemPool *p = pPool; p; p = p->pSecondary ) in SetSecondaryPool() local
477 p->pMaster = pNewMaster; in SetSecondaryPool()
/trunk/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx348 const convert_subtype* p = gConvertArray; in getConvertedSubType() local
350 while( p->mpStrSubType ) in getConvertedSubType()
352 if( p->mnID == nPresetSubType ) in getConvertedSubType()
354 pStr = p->mpStrSubType; in getConvertedSubType()
357 p++; in getConvertedSubType()
551 const preset_maping* p = gPresetMaping; in CommonTimeNodeContext() local
552 …while( p->mpStrPresetId && ((p->mnPresetClass != nEffectPresetClass) || (p->mnPresetId != nPresetI… in CommonTimeNodeContext()
553 p++; in CommonTimeNodeContext()
556 = makeAny( OUString::createFromAscii( p->mpStrPresetId ) ); in CommonTimeNodeContext()
/trunk/main/sw/source/core/text/
H A Ditratr.cxx332 sal_uInt16 p=nPos; in GetNextAttr() local
334 …while(p<l && txt[p]!=CH_TXT_ATR_FIELDSTART && txt[p]!=CH_TXT_ATR_FIELDEND && txt[p]!=CH_TXT_ATR_FO… in GetNextAttr()
335 if ((p<l && p>nPos) || nNext<=p) in GetNextAttr()
336 nNext=p; in GetNextAttr()
338 nNext=p+1; in GetNextAttr()
/trunk/main/editeng/source/misc/
H A DSvXMLAutoCorrectExport.cxx63 SvxAutocorrWord* p = pAutocorr_List->GetObject(i); in exportDoc() local
67 OUString(p->GetShort())); in exportDoc()
70 OUString(p->IsTextOnly() ? p->GetLong() : p->GetShort())); in exportDoc()
/trunk/main/udkapi/com/sun/star/uri/
H A DUriReferenceFactory.idl34 <p>See <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC&nbsp;2396</a> for a
35 description of URI references and related terms.</p>
37 <p>For parsing absolute URI references, this service tries to use a
44 <type scope="com::sun::star::uri">XUriReference</type>.</p>
46 <p>Locating a scheme-specific parser works as follows: A scheme consists of
65 <type scope="com::sun::star::uri">XUriSchemeParser</type>.</p>
/trunk/main/udkapi/com/sun/star/lang/
H A DXConnectionPointContainer.idl42 <p>An implementation of this interface <strong>must</strong>
44 Look at the language binding for a superclass or something else. </p>
81 <p>The interface is advised under the connection point you
82 get with <code>queryConnectionPoint( id )</code>. </p>
84 <p>Use this method instead of the advise method at the
87 outgoing interface is not supported. </p>

Completed in 106 milliseconds

1...<<31323334353637383940>>...143