Home
last modified time | relevance | path

Searched refs:p (Results 176 – 200 of 3444) sorted by relevance

12345678910>>...138

/trunk/main/offapi/com/sun/star/rendering/
H A DXSimpleCanvas.idl66 remembered.<p>
75 /** Select a font.<p>
110 /** Sets the fill color.<p>
128 /** Set the current transform matrix.<p>
140 /** Draws a line on the canvas.<p>
147 /** Draws a rectangle on the canvas.<p>
159 /** Draws text on the canvas.<p>
182 /** Draws the bitmap on the canvas.<p>
200 color space, or bitmap formats.<p>
258 /** Retrieve view state.<p>
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx69 uno_Sequence * p = (uno_Sequence *)seq.get(); in seq_allocate() local
70 p->nRefCount = 1; in seq_allocate()
71 p->nElements = nElements; in seq_allocate()
1146 *(sal_Int8*) p = 0; in map_to_uno()
1152 *(sal_Int16*) p = 0; in map_to_uno()
1188 *(float*) p = 0.; in map_to_uno()
1194 *(double*) p = 0.; in map_to_uno()
1385 void * p = in map_to_uno() local
1448 if (0 != p) in map_to_uno()
1449 (*p->release)( p ); in map_to_uno()
[all …]
/trunk/main/python/
H A Dpython-solver-before-std.patch48 - for p in std_dirs:
51 + for p in paths:
53 p = p.rstrip(os.sep)
60 + return [ p ]
62 if p == dirname:
64 + return [ p ]
68 - for p in paths:
70 + for p in std_dirs:
72 p = p.rstrip(os.sep)
79 if p == dirname:
[all …]
/trunk/main/offapi/com/sun/star/chart/
H A DStockDiagram.idl61 <p><strong>
68 </table></p>
70 <p><strong>
77 </table></p>
79 <p><strong>
86 </table></p>
88 <p><strong>
95 </table></p>
111 those of a <type>BarDiagram</type>.</p>
132 value.</p>
[all …]
H A DXChartDocument.idl74 <p>Usually the subtitle is smaller than the main title by
76 by default.</p>
96 <p>The area's extent is equal to the document size. If you
100 <type>X3DDisplay</type>.</p>
120 <p>Setting a new diagram implicitly disposes the previous
121 diagram.</p>
138 which can be used to access the concrete data.</p>
143 …<p>Since OpenOffice 3.4 the returned object also supports interface <type>XDateCategories</type>.<…
156 <p>The given object needs to support interface <type>XChartDataArray</type>.</p>
159 which allows to set complex hierarchical axis descriptions.</p>
[all …]
/trunk/main/offapi/com/sun/star/inspection/
H A DXObjectInspector.idl54 <p>The <member scope="com::sun::star::frame">XController::setModel</member> method
56 to-be-attached model is not <NULL/>, but does not support this interface.</p>
59 use the <member>InspectorModel</member> attribute instead.</p>
63 string values, which describes as much of the current view state as possible.</p>
77 it can provide user interface names and help URLs for property categories.</p>
85 the change, using the new property handlers provided by the new model.</p>
91 <p>This interface can be used to access and manipulate various aspects of
94 controls.</p>
102 <p>If the sequence is empty, the UI of the <type>ObjectInspector</type> will be
103 cleared.</p>
[all …]
/trunk/main/offapi/com/sun/star/form/component/
H A DGridControl.idl83 <p>In opposite to other form controls, grid controls do not only
86 by the control size, of course).</p>
101 <p>All the container-related methods of this service related to control models,
102 this is what are the container elements for a <type>GridControl</type>.</p>
106 also provide a scripting environment for their columns.</p>
114 container interfaces.</p>
116 <p>You always need to use this interface for creating columns for the grid control.
123 <p>In a grid control, single columns can be selected (at most one at a time).<br/>
125 control as you would expect.</p>
128 be superseeded by a solution which is bound to the control, not the model.</p>
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl35 <p>Core components of OpenOffice.org will use those error conditions
41 will be used as <code>ErrorCode</code>.</p>
44 to handle it appropriately.</p>
50 vendor string <code>[OOoBase]</code>.</p>
53 so never assume it being finalized.</p>
73 <p>This error condition results in raising a <type>RowSetVetoException</type>.</p>
123 name of an existing query, or vice versa.</p>
126 name of an already existing object of the same type.</p>
148 with this name.</p>
162 <code>DATA_CANNOT_SELECT_UNFILTERED</code>.</p>
[all …]
H A DXSingleSelectQueryAnalyzer.idl49 <p>
52 </p>
81 <p>
84 </p>
109 <p>
112 </p>
120 <p>
122 </p>
133 <p>
160 <p>
[all …]
/trunk/main/tools/inc/tools/
H A Dlist.hxx92 { List::Insert( (void*)p, nIndex ); } \
93 void Insert( Type p ) \
94 { List::Insert( (void*)p ); } \
101 Type Remove( Type p ) \
102 { return (Type)List::Remove( (void*)p ); } \
103 Type Replace( Type p ) \
104 { return (Type)List::Replace( (void*)p ); } \
106 { return (Type)List::Replace( (void*)p, nIndex ); } \
116 { return List::GetPos( (const void*)p ); } \
119 { return List::GetPos( (const void*)p, nStartIndex, \
[all …]
H A Dunqidx.hxx52 sal_uIntPtr Insert( sal_uIntPtr nIndex, void* p );
53 sal_uIntPtr Insert( void* p );
55 void* Replace( sal_uIntPtr nIndex, void* p );
62 sal_uIntPtr GetIndex( const void* p ) const;
66 void* Seek( void* p );
112 { return UniqueIndex::Insert( nIndex, (void*)p ); } \
114 { return UniqueIndex::Insert( (void*)p ); } \
119 (void*)p ); } \
126 { return UniqueIndex::GetIndex( (const void*)p ); } \
130 Type Seek( Type p ) \
[all …]
/trunk/main/tools/source/misc/
H A Dpathutils.cxx40 for (WCHAR * p = path;;) { in filename() local
41 switch (*p++) { in filename()
45 f = p; in filename()
72 while (p != frontBegin && p[-1] != L'\\') { in buildPath()
73 --p; in buildPath()
75 if (p == frontBegin) { in buildPath()
78 frontEnd = p; in buildPath()
91 WCHAR * p; in buildPath() local
95 p = path; in buildPath()
103 *p = L'\0'; in buildPath()
[all …]
/trunk/main/extensions/test/ole/OleConverterVar1/
H A Dsmartarray.h53 char* p= (char*) pData; in SmartArray() local
55 p[i]= V_I1( &varSource); in SmartArray()
60 short* p= (short*) pData; in SmartArray() local
62 p[i]= V_I2( &varSource); in SmartArray()
69 p[i]= V_UI2( &varSource); in SmartArray()
74 long* p= (long*)pData; in SmartArray() local
76 p[i]= V_I4( &varSource); in SmartArray()
83 p[i]= V_UI4( &varSource); in SmartArray()
88 float* p= (float*)pData; in SmartArray() local
90 p[i]= V_R4( &varSource); in SmartArray()
[all …]
/trunk/main/cli_ure/source/native/
H A Dpath.cxx40 for (WCHAR * p = path;;) { in filename() local
41 switch (*p++) { in filename()
45 f = p; in filename()
72 while (p != frontBegin && p[-1] != L'\\') { in buildPath()
73 --p; in buildPath()
75 if (p == frontBegin) { in buildPath()
78 frontEnd = p; in buildPath()
91 WCHAR * p; in buildPath() local
95 p = path; in buildPath()
103 *p = L'\0'; in buildPath()
[all …]
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx364 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in Destroy()
499 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in frameAction()
524 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in statusChanged()
615 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in GetMenuItemHandler()
658 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in RemoveListener()
737 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in disposing()
910 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in IMPL_LINK()
940 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in IMPL_LINK()
1506 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in FillMenuManager()
1938 for ( p = m_aMenuItemHandlerVector.begin(); p != m_aMenuItemHandlerVector.end(); p++ ) in SetItemContainer()
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleEditableText.idl42 <p>This interface is typically used in conjunction with the
44 to modify the text represented by that interface.</p>
58 start and end indices.</p>
60 <p>The text indices are interpreted like those in the
87 not inserted.</p>
107 from the text represented by this object.</p>
109 <p>The text indices are interpreted like those in the
133 represented by this object.</p>
154 <p>The text between the two given indices is replaced
160 replacement text and the start index.</p>
[all …]
H A DXAccessibleContext.idl60 is something like 'Accepts all changes made in the dialog'.</p>
68 <p>Returns the number of accessible children of the object.</p>
78 dependend.</p>
100 node, of the accessible tree.</p>
113 object.</p>
124 class and object.</p>
139 and name.</p>
152 the API.</p>
163 relations.</p>
182 description of the individual states.</p>
[all …]
/trunk/main/udkapi/com/sun/star/lang/
H A DXComponent.idl41 <p>Actually the real lifetime of an UNO object is controlled by
46 <p>You are only allowed to keep references of interfaces
50 "disposing" is called.</p>
60 <p>Only the owner of this object is allowed to call this method.
64 </p>
65 <p>
71 </p>
79 when it gets called.</p>
107 </member> call.</p>
118 <p>It is a "noop" if the specified listener is not registered.</p>
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java265 if ((p.Attributes & PropertyAttribute.BOUND) != 0) { in prepareSet()
724 PropertyData p = (PropertyData) properties.get(name); in setProperty() local
725 if (p == null) { in setProperty()
781 && ((p.property.Attributes in setProperty()
797 if (p == null) { in getProperty()
1021 if (p == null || !p.present) { in get()
1024 return p; in get()
1054 PropertyData p = (PropertyData) i.next(); in getProperties() local
1055 if (p.present) { in getProperties()
1056 al.add(p.property); in getProperties()
[all …]
/trunk/main/offapi/com/sun/star/style/
H A DCharacterProperties.idl57 <p>It may contain more than one name separated by comma.</p>
65 <p>This property may be empty.</p>
101 <p>Negative values denote subscripts and positive values superscripts.</p>
140 pairs of characters to make the text look better.</p>
222 the text may go through the border.</p>
257 <p>It is linked to the properties CharCombinePrefix and CharCombineSuffix.</p>
266 <p>It is linked to the properties CharCombineIsOn and CharCombineSuffix.</p>
275 <p>It is linked to the properties CharCombineIsOn and CharCombinePrefix.</p>
325 <p>Depending on the implementation only certain values may be allowed.</p>
342 and it has to be greater than 0.</p>
[all …]
/trunk/main/basic/source/sample/
H A Dobject.cxx130 Methods* p = aMethods; in Find() local
133 while( p->nArgs != -1 ) in Find()
139 nIndex += ( p->nArgs & _ARGSMASK ) + 1; in Find()
140 p = aMethods + nIndex; in Find()
145 short nAccess = ( p->nArgs & _RWMASK ) >> 8; in Find()
146 short nType = ( p->nArgs & _TYPEMASK ); in Find()
153 pRes = Make( aName_, eCT, p->eType ); in Find()
210 Methods* p = &aMethods[ nIdx ]; in GetInfo() local
214 short nPar = p->nArgs & _ARGSMASK; in GetInfo()
217 p++; in GetInfo()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DReferenceFieldPart.idl50 <p>If the source of the reference is a sequence field, then the complete text
51 of the paragraph is displayed. This is useful to reference to captions. </p>
67 <p>This option is only valid if the source of the reference is a sequence field.</p>
72 <p>This option is only valid if the source of the reference is a sequence field.</p>
77 <p>This option is only valid if the source of the reference is a sequence field.</p>
84 … <p>This option is only valid, if the source of the reference is a bookmark or a set reference.</p>
85 … <p>The contents of the list label of the paragraph, at which the bookmark respectively the
95 If the referenced item isn't numbered, nothing is displayed.</p>
103 … <p>This option is only valid, if the source of the reference is a bookmark or a set reference.</p>
113 … <p>This option is only valid, if the source of the reference is a bookmark or a set reference.</p>
[all …]
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePicker.idl52 <p>If the multiselection mode is enabled, multiple files
56 <p>A value of <TRUE/> enables the multiselection mode.</p>
57 <p>A value of <FALSE/> disables the multiselection mode, this is the default.</p>
65 <p> Specifies the default file name, displayed when the FilePicker
68 </p>
100 returned.</p>
103 the complete URL of this file will be returned.</p>
105 an empty sequence will be returned.</p>
107 or any other error occurs an empty sequence will be returned.</p>
110 <p> The complete path of the file or directory currently selected
[all …]
/trunk/main/offapi/com/sun/star/configuration/
H A DSimpleSetAccess.idl50 <p>Also provides information about the template for elements.
52 </p>
54 <p><em>Sets</em> are dynamic containers.</p>
58 </p>
64 <p>External names from foreign namespaces should be normalized using
67 </p>
78 </p>
85 </p>
94 </p>
100 </p>
[all …]
/trunk/main/sal/inc/rtl/
H A Dinstance.hxx276 Inst * p = m_pInstance; in create() local
277 if (!p) in create()
280 p = m_pInstance; in create()
281 if (!p) in create()
283 p = aInstCtor(); in create()
292 return p; in create()
301 Inst * p = m_pInstance; in create() local
302 if (!p) in create()
306 p = m_pInstance; in create()
307 if (!p) in create()
[all …]

Completed in 121 milliseconds

12345678910>>...138