Home
last modified time | relevance | path

Searched refs:p (Results 1451 – 1475 of 3700) sorted by relevance

1...<<51525354555657585960>>...148

/trunk/main/offapi/com/sun/star/form/inspection/
H A DXMLFormsPropertyHandler.idl40 …<p>The handler introduces new properties to choose an <type scope="com::sun::star::xforms">XModel<…
45 property of the form component which is being inspected.</p>
47 <p>The handler expects a value named "ContextDocument" in the context in which it is created.
51 interface), this document is used to do XML binding related work.</p>
/trunk/main/offapi/com/sun/star/frame/
H A DDesktop.idl53 <p>
58 </p>
65 <p>
69 </p>
H A DXConfigManager.idl50 <p>
53 </p>
89 <p>
91 </p>
H A DXPopupMenuController.idl40 <p>
45 </p>
63 <p>A controller should <b>never</b> update the popup menu structure on its
68 </p>
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DConfigurationChangeEvent.idl41 <p>They are broadcasted by the configuration controller
44 place.</p>
46 <p>The set of used members and the exact meaning of their values is not the
49 list of event types used by the basic drawing framework.</p>
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXCopyTableListener.idl50 <p>This method is called immediately before a row is copied. It might be used, for instance,
51 to update a progress indicator.</p>
62 <p>This method is called right after a row has been successfully copied. It might be used,
63 for instance, to update a progress indicator.</p>
/trunk/main/offapi/com/sun/star/sdbc/
H A DColumnSearch.idl40 <p>
54 <p>
70 <p>
88 <p>
/trunk/main/offapi/com/sun/star/embed/
H A DDocumentCloser.idl50 <p>
57 </p>
59 <p>
62 </p>
/trunk/main/offapi/com/sun/star/i18n/
H A DXExtendedTransliteration.idl41 <p> It is derived from
46 counterparts aren't needed. </p>
82 <p> If the output contains multiple characters, for example when
88 obtain the correct result. </p>
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeEditListener.idl48 <p>You have to set the <member>TreeControlModel::Editable</member> property to
49 <TRUE/> before a tree supports editing.</p>
69 <p>Implementations that register a <type>XTreeEditListener</type> must update the
70 display value at the Node.</p>
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx615 const ScChangeAction* p = pDelAction->GetNext(); in AddDeletionAttributes() local
618 while (!bAll && p) in AddDeletionAttributes()
620 if ( !p || p->GetType() != pDelAction->GetType() ) in AddDeletionAttributes()
624 const ScChangeActionDel* pDel = (const ScChangeActionDel*) p; in AddDeletionAttributes()
629 p = p->GetNext(); in AddDeletionAttributes()
/trunk/main/idlc/test/parser/
H A Dpublished.tests285 interface I1 { void f([in] E p); };
290 published interface I1 { void f([in] E p); };
295 interface I1 { void f([in] E p); };
300 published interface I1 { void f([in] E p); };
597 f([in] E p);
605 f([in] E p);
613 f([in] E p);
621 f([in] E p);
/trunk/main/offapi/com/sun/star/ucb/
H A DFTPContent.idl93 <p>An object representing a directory in the file system is able
98 <p>
123 </p>
131 <p>
190 </p>
H A DWebDAVFolderContent.idl94 <p>
153 </p>
164 <p>Where many existing <type>Content</type> implementations do not
203 <p>
230 </p>
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java122 protected PackageDescription(XMLPackageDescription p) { in PackageDescription() argument
123 this(p, (PackageDescription)null); in PackageDescription()
580 XMLPackageDescription p = (XMLPackageDescription) enumPackages.nextElement(); in parse() local
581 if (p.getKey().equals("package")) { in parse()
582 children.add(new PackageDescription(p, this)); in parse()
/trunk/main/udkapi/com/sun/star/bridge/
H A DBridge.idl47 <p> Components, that support a certain protocol, must have at least two
48 service names: </p>
55 <p>The protocol name should be written as common servicenames, first letter is a
60 which one is chosen, so this should be omitted. </p>
/trunk/main/udkapi/com/sun/star/reflection/
H A DXStructTypeDescription.idl36 <p>This type supersedes <type>XCompoundTypeDescription</type>, which only
37 supports plain struct types.</p>
39 <p>This type is used to reflect all of the following:</p>
/trunk/main/stlport/systemstl/
H A Dfunctional50 …e P::first_type> { const typename P::first_type& operator()(const P& p) const { return p.first; }};
51 …::second_type> { const typename P::second_type& operator()(const P& p) const { return p.second; }};
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java155 PropertyValue p = new PropertyValue(); in propertyValue() local
156 p.Name = name; in propertyValue()
157 p.Value= value; in propertyValue()
158 return p; in propertyValue()
/trunk/main/offapi/com/sun/star/text/
H A DCell.idl63 <p>All of these properties are either already availbale in the
67 non-functional since they serve no purpose for text tables.</p>
69 <p>The complete list is as follows:</p>
H A DTextRange.idl69 <p>The service provides access to the string content and the properties
71 are bound to this text range. </p>
73 <p>A <type>TextRange</type> is also used for a <i>text portion</i> which is
77 to be available from implementations of this service. </p>
H A DXTextConvert.idl68 <p>FrameProperties contains the properties of the to-be-created text frame.</p>
89 <p>The innter sequence contains the start and end paragraphs of each table cell.
90 …he next sequence groups the cells to a row and the outer sequence groups the rows of the table.</p>
/trunk/main/offapi/com/sun/star/chart2/
H A DIncrementData.idl54 <p>If <member>PostEquidistant</member> equals <TRUE/> <member>Distance</member>
58 is given in values before <type>XScaling</type> is applied.</p>
73 <p>The first SubIncrement in this sequence determines how the
77 given by the preceding SubIncrement.</p>
/trunk/main/offapi/com/sun/star/ui/
H A DUIElement.idl55 <p>
60 </p>
92 <p>
95 </p>
H A DXUIElement.idl48 <p>
56 </p>
71 <p>The life time of a user interface element does not explicitly depend on the
74 life of all user interface elements.</p>

Completed in 71 milliseconds

1...<<51525354555657585960>>...148