Home
last modified time | relevance | path

Searched refs:p (Results 426 – 450 of 3444) sorted by relevance

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

/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dpropspec.hxx83 inline void * operator new( size_t size, void * p );
84 void operator delete( void * p );
108 void * p = CoTaskMemAlloc( size ); in operator new() local
109 return( p ); in operator new()
111 inline void * CFullPropSpec::operator new( size_t /*size*/, void * p ) in operator new() argument
113 return( p ); in operator new()
115 inline void CFullPropSpec::operator delete( void * p ) in operator delete() argument
117 if ( p ) in operator delete()
118 CoTaskMemFree( p ); in operator delete()
/trunk/main/udkapi/com/sun/star/bridge/
H A DXProtocolProperties.idl34 <p>In general, this interface is implemented by the bridge itself. It must not
35 be called from outside the bridge.</p>
37 <p>INTERNAL INTERFACE, DO NOT USE IT ELSEWHERE!</p>
44 <p> The properties MUST NOT change between a requestChange and a commit change call.</p>
50 <p>This method should always be called in the scope of the local bridge setting object,
52 (typically at startup time). </p>
75 <p>It is only allowed to call commitChange, if requestChange
79 with the old settings. </p>
81 <p>All properties not mentioned in the list are unchanged.
84 after the reply has been received. This blocks the bridge.</p>
/trunk/main/udkapi/com/sun/star/container/
H A DXEnumerableMap.idl39 …<p>No assumption should be made about the ordering of the elements returned by the various enumera…
42 defined on the domain of all possible key values.</p>
44 <p>You can create enumerators for the keys of the map, its values, and its key-value pairs.</p>
46 <p>In all cases, you can create an <em>isolated</em> enumerator, which works on a copy of the
48 the enumerator.</p>
50 <p>On the contrary, an enumerator which is <em>non-isolated</em> works directly on the map data.
54 to specify it in more detail.</p>
56 …<p>Implementations of this interface might decide to support only <em>isolated</em> enumerators, or
59 being thrown.</p>
87 …<p>The elements returned by the enumerator are instances of <type scope="com::sun::star::beans">Pa…
[all …]
/trunk/main/offapi/com/sun/star/awt/tree/
H A DTreeControl.idl38 <p>
40 <p>A specific node in a tree is identified by a <type>XTreeNode</type>.
45 </p>
47 <p>The nodes are retrieved from a <type>XTreeDataModel</type>.
52 <p>The data model must be set at the <member>TreeControlModel::TreeDataModel</member> property.</p>
55 <p>If you are interested in knowing when the selection changes implement a
59 </p>
61 <p>
67 </p>
70 <p>If you want to add child nodes to your tree on demand you can do the following.
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DPopupMenuController.idl56 <p>
62 </p>
73 <p>
78 </p>
86 <p>
97 </p>
106 <p>
110 </p>
118 <p>
125 </p>
[all …]
/trunk/main/offapi/com/sun/star/graphic/
H A DMediaProperties.idl42 <p>A URL can be used instead of the
44 property</p>
46 <p>In addition to the normal protocols like file:// or http://
60 </p>
65 </p>
72 <p>A <member>InputStream</member> can be used instead of the
73 <member>URL</member> property</p>
81 <p>A <member>OutputStream</member> can be used instead of the
82 <member>URL</member> property</p>
91 <p>At the moment, the following mime types are supported for storing
[all …]
/trunk/main/offapi/com/sun/star/i18n/
H A DCalendarFieldIndex.idl37 <p> Field is writable only if marked both Get/Set. </p>
39 <p> ZONE_OFFSET and DST_OFFSET cooperate such that both values are added,
42 GMT = LocalTime - ZoneOffset - DstOffset </p>
44 <p> With introduction of ZONE_OFFSET_SECOND_MILLIS and
49 <p>
62 <p> The DST offset value depends on the actual date set at the
64 the locale used with the calendar. </p>
65 <p> Note that there is a bug in OpenOffice.org 1.0 / StarOffice 6.0
66 that prevents interpreting this value correctly. </p> */
83 <p> Note that the maximum value is <b>not</b> necessarily 11 for
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManagerListener.idl39 …<p>Note that the action must not necessarily be the new top element of the stack: In case there's …
41 and the newly added action will be subordinate of the context action.</p>
77 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and
79 one just entered.</p>
87 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and
89 one just entered.</p>
97 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and
99 one just left.</p>
109 … <p><member>UndoManagerEvent::UndoActionTitle</member> is empty, as hidden Undo contexts don't have
110 a title.</p>
[all …]
H A DDocumentEvent.idl42 <p>The <member scope="com::sun::star::lang">EventObject::Source</member> member
43 of the base type refers to the document which broadcasts the event.</p>
45 <p>This type is the successor of the EventObject type, which should not be used
46 anymore.</p>
55 … <p>It's the responsibility of the component supporting the <type>XDocumentEventBroadcaster</type>
56 interface to specify which events it supports.</p>
62 <p>Might be <NULL/> if the event is not related to a concrete view of
63 the document.</p>
70 <p>The semantics of this additional information needs to be specified by the broadcaster
71 of the event.</p>
/trunk/main/udkapi/com/sun/star/lang/
H A DSystemDependent.idl36 <p> You should avoid system-dependent methods if possible.
49 <p>The Symbols are now prepended with SYSTEM_ thus we avoid collisions
50 with system headers. </p>
63 <p>These are Windows NT, Windows 95, Windows 98 or higher. </p>
73 <p>This is Windows 3.11. </p>
82 <p>These are <em>JRE 1.1</em>, <em>JRE 1.2</em>, <em>JDK 1.1</em>,
83 <em>JDK 1.2</em> or higher. </p>
85 <p>The return should be a handle to a java object locked with
87 by the callee. </p>
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimationListener.idl47 …<p>It will be raised each time the element begins the active duration (i.e. when it restarts, but …
48 …<p>It may be raised both in the course of normal (i.e. scheduled or interactive) timeline play, as…
49 case that the element was begun with an interface method.</p>
57 <p>Note that this event is not raised at the simple end of each repeat.</p>
58 …<p>This event may be raised both in the course of normal (i.e. scheduled or interactive) timeline …
59 case that the element was ended with a DOM method.</p>
67 <p>It will be raised each time the element repeats, after the first iteration.</p>
68 <p>Associated with the repeat event is an integer that indicates which repeat iteration is
/trunk/main/offapi/com/sun/star/rendering/
H A DRenderState.idl38 <type>XCanvas</type> render operation.<p>
42 <type>XCanvas</type> primitive.<p>
49 operation.<p>
54 transform).<p>
60 /** The clipping area associated with this render operation.<p>
64 view transform before mapped to device coordinate space.<p>
73 visible.<p>
79 /** The device color associated with this render operation.<p>
82 device color space.<p>
92 operation.<p>
[all …]
H A DAnimationRepeat.idl28 /** This are the possible repeat modes for animations.<p>
32 modes.<p>
38 /** The [0,1] parameter range is sweeped through exactly once.<p>
41 starting with 0 and ending with 1.<p>
47 /** The [0,1] parameter range is sweeped through exactly twice.<p>
51 plotting the value over time, this yields a triangle curve.<p>
57 /** The [0,1] parameter range is sweeped through infinitely.<p>
62 a repeated triangle curve.<p>
68 /** The [0,1] parameter range is sweeped through infinitely.<p>
73 curve.<p>
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx43 p.x=SWAPSHORT(p.x); \
44 p.y=SWAPSHORT(p.y); }
47 p.Next =SWAPLONG (p.Next ); \
48 p.nList =SWAPLONG (p.nList ); \
49 p.ListEnd=SWAPLONG (p.ListEnd); \
50 p.Paper.Size.x=SWAPSHORT(p.Paper.Size.x); \
51 p.Paper.Size.y=SWAPSHORT(p.Paper.Size.y); \
52 p.Paper.RandL =SWAPSHORT(p.Paper.RandL ); \
53 p.Paper.RandR =SWAPSHORT(p.Paper.RandR ); \
54 p.Paper.RandO =SWAPSHORT(p.Paper.RandO ); \
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl59 </p>
66 </p>
67 <p>
352 <p>
354 </p>
355 <p>
358 </p>
398 <p>
401 </p>
1199 <p>
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DChapterNumberingRule.idl42 <p>Some of the properties that are available in the interface are
45 </p>
46 <p>The type of numbering can only be:
50 </p>
51 <p>In the <type scope="com::sun::star::style">NumberingAlignment</type> only the field
54 </p>
55 <p>Depending on the numbering types, the parameters for bullets or bit maps
57 also ignored.</p>
72 <p>It is necessary that each style name appears only
73 once in the sequence of numbering rules.</p>
/trunk/main/offapi/com/sun/star/configuration/
H A DGroupElement.idl42 <p>Provides information about the element.
44 </p>
46 <p>A group element bears a predefined name. It may only exist within a
48 </p>
69 <p>In this service this interface is mandatory</p>
71 <p><member scope="com::sun::star::container">XChild::getParent()</member>
73 </p>
75 <p><em>Setting a different parent is not supported.</em></p>
/trunk/main/offapi/com/sun/star/chart/
H A DChartLegendPosition.idl42 <p>To disable the legend you should set the property
44 of setting this value.</p>
52 <p>The second entry in the legend is placed below the first
53 one.</p>
61 <p>The second entry in the legend is placed an the right hand
62 side of the first one.</p>
70 <p>The second entry in the legend is placed below the first
71 one.</p>
79 <p>The second entry in the legend is placed an the right hand
80 side of the first one.</p>
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePicker2.idl44 <p>If the user closed the dialog with cancel an empty sequence will be returned.</p>
47 <p>If the user closed the dialog with OK a list of all selected files will be returned.</p>
50 <p>
53 </p>
56 <p>A list of all selected file as complete URL's.</p>
59 <p><strong>Notes for the implementation of a FileSave dialog:</strong>If there exists
61 the dialog may automatically add an extension to the selected file name(s).</p>
/trunk/main/sw/source/core/layout/
H A Dfindfrm.cxx353 const SwFrm *p = 0; in ImplGetNextLayoutLeaf() local
382 pFrm = p; in ImplGetNextLayoutLeaf()
383 p = lcl_GetLower( pFrm, true ); in ImplGetNextLayoutLeaf()
385 } while( ( p && !p->IsFlowFrm() ) || in ImplGetNextLayoutLeaf()
423 const SwFrm *p = 0; in ImplGetNextCntntFrm() local
444 if( bGoingDown && p ) in ImplGetNextCntntFrm()
445 while ( p->GetNext() ) in ImplGetNextCntntFrm()
446 p = p->GetNext(); in ImplGetNextCntntFrm()
449 pFrm = p; in ImplGetNextCntntFrm()
704 SwFrm *p = 0; in lcl_NextFrm() local
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx621 unsigned char * p = code; in codeSnippet() local
622 *(unsigned long*)&p[0] = 0xeaa00000; // b,l 0x8,r21 in codeSnippet()
623 *(unsigned long*)&p[4] = 0xd6a01c1e; // depwi 0,31,2,r21 in codeSnippet()
624 *(unsigned long*)&p[8] = 0x4aa10040; // ldw 32(r21),r1 in codeSnippet()
632 *(unsigned long*)&p[28] = 0x0c201094; // ldw 0(r1),r20 in codeSnippet()
633 *(unsigned long*)&p[32] = 0xea80c000; // bv r0(r20) in codeSnippet()
634 *(unsigned long*)&p[36] = 0x0c281093; // ldw 4(r1),r19 in codeSnippet()
635 *(unsigned long*)&p[40] = ((unsigned long)(cpp_vtable_call) & ~2); in codeSnippet()
710 void *p = (void*)((size_t)beg & ~31); in flushCode() local
712 while (p < end) in flushCode()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx174 while(p!=pe) { in prepareCounters()
181 h0[*p++]++; in prepareCounters()
182 h1[*p++]++; in prepareCounters()
183 h2[*p++]++; in prepareCounters()
184 h3[*p++]++; in prepareCounters()
185 p += dwStride-4; in prepareCounters()
189 while(p!=pe) { in prepareCounters()
190 h0[*p++]++; in prepareCounters()
191 h1[*p++]++; in prepareCounters()
192 h2[*p++]++; in prepareCounters()
[all …]
/trunk/main/offapi/com/sun/star/report/
H A DXReportComponent.idl67 <p>This interface also provides the access to the component's parent.</p>
121 <p>Not every border style (see <member>Border</member>) may support coloring.
141 <p> These columns are typically the foreign key fields of the parent report.
144 its data based on the values of the master fields.</p>
145 <p>If the report is no sub report (e.g. its parent is not a report itself), this
146 property is not evaluated.</p>
157 <p>Entries in this sequence can either denote column names in the sub report,
171 </p>
172 <p>The columns specified herein typically represent a part of the primary key
173 fields or their aliases of the detail report.</p>
[all …]
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDropTarget.idl45 <p>Differently to Java, the association between view and interface is fixed
48 be a performance issue.</p>
56 <p>The listener will be queried for the <type>XAutoscroll</type> interface
57 to see if it supports autoscrolling.</p>
89 <p>A value of <FALSE/> sets the drop target object inactive.
100 <p>By default this will include all drag and drop actions.</p>
110 <p>This method is a way to reduce the number of Drag and Drop events
111 by blocking events for actions not supported by this target.</p>
112 <p>By default the listener will receive notifications for all actions.</p>
/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx757 maTo <<= p.X; in createFastChildContext()
758 maTo <<= p.Y; in createFastChildContext()
765 maFrom <<= p.X; in createFastChildContext()
773 maBy <<= p.X; in createFastChildContext()
774 maBy <<= p.Y; in createFastChildContext()
912 rAny <<= p.X; in createFastChildContext()
913 rAny <<= p.Y; in createFastChildContext()
922 rAny <<= p.X; in createFastChildContext()
923 rAny <<= p.Y; in createFastChildContext()
932 rAny <<= p.X; in createFastChildContext()
[all …]

Completed in 113 milliseconds

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