Home
last modified time | relevance | path

Searched refs:p (Results 251 – 275 of 3444) sorted by relevance

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

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java328 p.put("pid", token); in getProcesses()
338 p.put("command", last.toString().trim()); in getProcesses()
339 ret.add(p); in getProcesses()
351 String command = (String) p.get("command"); in killProcess()
352 String pid = (String) p.get("pid"); in killProcess()
372 return p; in findProcess()
385 result.add(p); in findProcesses()
439 p.put("vsz", Long.parseLong(token)); in getProcessPerfData()
446 p.put("rss", Long.parseLong(token)); in getProcessPerfData()
456 p.put("handles", 0l); in getProcessPerfData()
[all …]
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormOperations.idl64 from various tedious and error-prone operations.</p>
66 <p>As an example, imagine you have a database form, displayed in some user
79 <em>Now</em> you're done ...</p>
84 <type scope="com::sun::star::form::component">DataForm</type>.</p>
88 for you; plus some similar convenient wrappers for similar functionality.</p>
106 <p>Note that it is possible to operate on a user interface form without
119 evaluating to <TRUE/>.<p>
125 indicating <em>disabled</em> with a <NULL/> state.</p>
134 <member>FeatureState::Enabled</member> member.</p>
258 whenever the state of any supported feature might have changed.</p>
[all …]
H A DXFilterControllerListener.idl45 …<p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> in …
46 expression changed. This usually equals <member>XFilterController::ActiveTerm</member>.</p>
48 … <p><member>FilterEvent::FilterComponent</member> denotes the index of the filter component whose
49 <em>predicate expression</em> changed.</p>
51 …<p><member>FilterEvent::PredicateExpression</member> is the new <em>predicate expressions</em>.</p>
57 …<p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> whi…
58 removed.</p>
61 used for this event type.</p>
67 …<p><member>FilterEvent::DisjunctiveTerm</member> is the index of the <em>disjunctive term</em> whi…
68 added.</p>
[all …]
/trunk/main/udkapi/com/sun/star/beans/
H A DXPropertySet.idl68 <p>There are three types of properties: </p>
76 <p>You can listen to changes of bound properties with the
80 <p>To implement inaccurate name access, you must support the
81 interface <type>XExactName</type>. </p>
108 changed. </p>
146 <p>An empty name ("") registers the listener to all bound
148 not specified. </p>
165 <p>It is a "noop" if the listener is not registered. </p>
182 <p>An empty name ("") registers the listener to all
184 the behavior is not specified. </p>
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DOfficeDocument.idl47 <p>
51 </p>
60 <p>
64 </p>
71 <p>
75 </p>
82 <p>
89 </p>
96 <p>
123 <p>
[all …]
H A DXDocumentRecovery.idl45 has been modified since it has been loaded respectively created.</p>
49 document where <code>wasModifiedSinceLastSave</code> returns <TRUE/>.</p>
58 or the sum of all open documents.</p>
64 <p>A default implementation of this method could simply delegate this call to
65 <member scope="com::sun::star::frame">XStorable::storeToURL</member>.</p>
85 <p>The document itself has previously been created, but <em>not</em> loaded
87 <member scope="com::sun::star::frame">XLoadable::initNew</member>).</p>
89 <p>Upon successful return, the document must be fully initialized. In particular, the
91 Instead, the implementation is responsible to do so, if required.</p>
93 <p>A default implementation of this method could simply delegate this call to
[all …]
/trunk/main/basic/source/comp/
H A Dscanner.cxx44 pBasic = p; in SbiScanner()
296 if( (p-buf) == (BUF_SIZE-1) ) in NextSym()
319 *p++ = 'E'; pLine++; nCol++; in NextSym()
325 *p++ = *pLine++, nCol++; in NextSym()
329 *p++ = *pLine++, nCol++; in NextSym()
334 *p = 0; in NextSym()
335 aSym = p; bNumber = sal_True; in NextSym()
409 *p++ = ch; in NextSym()
416 *p = 0; in NextSym()
417 for( p = buf; *p; p++ ) in NextSym()
[all …]
/trunk/main/basic/source/runtime/
H A Dstdobj.cxx633 Methods* p = aMethods; in SbiStdObject() local
634 if( !p->nHash ) in SbiStdObject()
635 while( p->nArgs != -1 ) in SbiStdObject()
639 p += ( p->nArgs & _ARGSMASK ) + 1; in SbiStdObject()
676 Methods* p = aMethods; in Find() local
687 while( p->nArgs != -1 ) in Find()
703 p = aMethods + nIndex; in Find()
711 if( p->nArgs & _CONST ) in Find()
719 pVar = Make( aName_, eCT, p->eType, ( p->nArgs & _FUNCTION ) == _FUNCTION ); in Find()
786 p++; in GetInfo()
[all …]
/trunk/main/editeng/source/outliner/
H A Dparalist.cxx162 Paragraph* p = GetParagraph( ++n ); in NextVisible() local
163 while ( p && !p->IsVisible() ) in NextVisible()
164 p = GetParagraph( ++n ); in NextVisible()
166 return p; in NextVisible()
173 Paragraph* p = n ? GetParagraph( --n ) : NULL; in PrevVisible() local
174 while ( p && !p->IsVisible() ) in PrevVisible()
175 p = n ? GetParagraph( --n ) : NULL; in PrevVisible()
177 return p; in PrevVisible()
185 while ( p && !p->IsVisible() ) in LastVisible()
186 p = n ? GetParagraph( --n ) : NULL; in LastVisible()
[all …]
/trunk/main/sal/qa/ByteSequence/
H A DByteSequence.cxx51 ASSERT_EQ(sal_Int8(0), p[0]); in TEST_F()
52 ASSERT_EQ(sal_Int8(0), p[1]); in TEST_F()
53 ASSERT_EQ(sal_Int8(0), p[2]); in TEST_F()
54 ASSERT_EQ(sal_Int8(0), p[3]); in TEST_F()
55 ASSERT_EQ(sal_Int8(0), p[4]); in TEST_F()
78 ASSERT_EQ(sal_Int8(0), p[0]); in TEST_F()
79 ASSERT_EQ(sal_Int8(1), p[1]); in TEST_F()
80 ASSERT_EQ(sal_Int8(2), p[2]); in TEST_F()
81 ASSERT_EQ(sal_Int8(3), p[3]); in TEST_F()
82 ASSERT_EQ(sal_Int8(4), p[4]); in TEST_F()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DShape.idl46 <p> Possible objects are XSpreadsheet and XCell.</p>
51 <p> The position is relative to the anchor object.</p>
52 <p> If the underlying table layout direction is left to right
54 object and the left top edge of the drawing object.</p>
55 <p> If the underlying table layout direction is right to left
57 object and the right top edge of the drawing object.</p>
62 <p> The position is relative to the anchor object.</p>
63 <p> If the underlying table layout direction is left to right
65 object and the left top edge of the drawing object.</p>
66 <p> If the underlying table layout direction is right to left
[all …]
H A DDataPilotFieldGroupBy.idl44 <p>Example: The group <em>:02</em> will contain all members that
47 <em>1999-May-02 12:45:02</em>.</p>
58 <em>1999-May-02 12:02:45</em>.</p>
66 <p>Example: The group <em>02</em> will contain all members that
69 <em>1999-May-02 02:12:45</em>.</p>
77 <p>Examples:
87 </ul></p>
90 </member> for more details about day grouping.</p>
101 <em>1999-Jan-02 02:12:45</em>.</p>
113 <em>1999-Mar-02 02:12:45</em>.</p>
[all …]
/trunk/main/tools/inc/tools/
H A Ddynary.hxx46 void* Put( sal_uIntPtr nIndex, void* p ) in Put() argument
47 { return Container::Replace( p, nIndex ); } in Put()
51 sal_uIntPtr GetIndex( const void* p ) const in GetIndex()
52 { return Container::GetPos( p ); } in GetIndex()
53 sal_uIntPtr GetIndex( const void* p, sal_uIntPtr nStartIndex, in GetIndex() argument
55 { return Container::GetPos( p, nStartIndex, bForward ); } in GetIndex()
83 Type Put( sal_uIntPtr nIndex, Type p ) \
84 { return (Type)DynArray::Put( nIndex, (void*)p ); } \
88 sal_uIntPtr GetIndex( const Type p ) const \
89 { return DynArray::GetIndex( (const void*)p ); } \
[all …]
/trunk/main/offapi/com/sun/star/form/
H A DDataAwareControlModel.idl55 <p>The connection between a data-aware control model and a form whose data the
59 always to be a <type scope="com::sun::star::form::component">DataForm</type>.</p>
66 <p>
70 </p>
96 </p>
104 </p>
130 basis, use the <code>InputRequired</code> property.</p>
141 </p>
160 </p>
161 <p>When setting the property, a number of constraints apply:
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dcombtransition.cxx122 basegfx::B2DPoint p; in renderComb() local
147 p = basegfx::B2DPoint( pageOrigin + (t * aPushDirection) ); in renderComb()
148 pCanvas->setTransformation(basegfx::tools::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
154 p = basegfx::B2DPoint( pageOrigin - (t * aPushDirection) ); in renderComb()
155 pCanvas->setTransformation(basegfx::tools::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
165 p = basegfx::B2DPoint( pageOrigin + ((t - 1.0) * aPushDirection) ); in renderComb()
166 pCanvas->setTransformation(basegfx::tools::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
172 p = basegfx::B2DPoint( pageOrigin + ((1.0 - t) * aPushDirection) ); in renderComb()
173 pCanvas->setTransformation(basegfx::tools::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx184 GIFLZWCTreeNode* p; in Compress() local
198 for( p=pPrefix->pFirstChild; p!=NULL; p=p->pBrother ) in Compress()
200 if (p->nValue==nV) in Compress()
204 if( p) in Compress()
205 pPrefix=p; in Compress()
225 p=pTable+(nTableSize++); in Compress()
226 p->pBrother=pPrefix->pFirstChild; in Compress()
227 pPrefix->pFirstChild=p; in Compress()
228 p->nValue=nV; in Compress()
229 p->pFirstChild=NULL; in Compress()
/trunk/main/sc/source/ui/view/
H A Ddrawattr.cxx42 const sal_Char* p; in GetValueText() local
46 case 0 : p = "SVX_SNAP_DRAW_SELECT" ; break; in GetValueText()
48 case 1 : p = "SVX_SNAP_DRAW_LINE" ; break; in GetValueText()
49 case 2 : p = "SVX_SNAP_DRAW_RECT" ; break; in GetValueText()
50 case 3 : p = "SVX_SNAP_DRAW_ELLIPSE" ; break; in GetValueText()
51 case 4 : p = "SVX_SNAP_DRAW_POLYGON" ; break; in GetValueText()
52 case 5 : p = "SVX_SNAP_DRAW_ARC" ; break; in GetValueText()
53 case 6 : p = "SVX_SNAP_DRAW_PIE" ; break; in GetValueText()
54 case 7 : p = "SVX_SNAP_DRAW_CIRCLECUT" ; break; in GetValueText()
55 case 8 : p = "SVX_SNAP_DRAW_TEXT" ; break; in GetValueText()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx111 while( p->mpAPIName ) in ImplTranslateAttribute()
115 p++; in ImplTranslateAttribute()
117 if( p->mpMSName ) in ImplTranslateAttribute()
231 p++; in ImplTranslatePresetSubType()
246 while( p->mpName ) in find()
257 pRet = p->mpName; in find()
262 p++; in find()
412 p++; in processAfterEffectNodes()
955 p++; in exportAnimPropertySet()
1042 …while( p->mpStrPresetId && ((p->mnPresetClass != (sal_Int32)nAPIPresetClass) || !sPreset.equalsAsc… in exportAnimPropertySet()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DNumberingLevel.idl57 <p>
58 </p>
138 <p> It is set using com::sun::star::text::VertOrientation.</p>
197 <p>
204 </p>
212 <p>
216 </p>
224 <p>
229 </p>
237 <p>
[all …]
/trunk/main/offapi/com/sun/star/xforms/
H A DXModel.idl95 <p>This is a convenience method. Calling it is equivalent to calling
96 <code><member>getSubmission</member>( <arg>id</arg> ).submit()</code>.</p>
115 <p>This is a convenience method. Calling it is equivalent to calling
150 containing the ID, the URL, and the instance itself.</p>
169 <p>The returned binding still needs to be inserted into the bindings container.</p>
177 <p>The returned binding still needs to be inserted into the bindings container.</p>
185 <p>This is a convenience method: the same result can also be obtained through
186 <member>getBindings</member></p>
201 … <p>The returned submission element still needs to be inserted into the submission container.</p>
209 … <p>The returned submission element still needs to be inserted into the submission container.</p>
[all …]
/trunk/main/offapi/com/sun/star/script/vba/
H A DVBAScriptEventId.idl47 <p>Several scripts may run simultaneously, e.g. when a running script
48 triggers a document event that starts another script.</p>
50 <p>The number of running scripts can be obtained via <member>
54 <p>The member <member>VBAScriptEvent::ModuleName</member> of the event
56 started script.</p>
64 <p>Several scripts may run simultaneously, e.g. when a running script
65 triggers a document event that starts another script.</p>
67 <p>The number of scripts still running can be obtained via <member>
70 anymore.</p>
74 script that has been stopped.</p>
[all …]
/trunk/main/offapi/com/sun/star/style/
H A DParagraphProperties.idl125 is set to <const>ParagraphAdjust::BLOCK</const>.</p>
154 <p>The distance between two paragraphs is specified by:</p>
167 <p>The distance between two paragraphs is specified by:</p>
213 mode property of the page style is switched on.</p>
258 the last line on a page or column.</p>
296 <type>XStyleFamiliesSupplier</type>.</p>
426 set - see NumberingStyleName.</p>
427 <p>If the paragraph is not part of a numbering the property is void.</p>
434 <p>Borders are only merged if they are identical.</p>
449 <p>Value 0 indicates that the paragraph belongs to the body text.</p>
[all …]
H A DStyle.idl82 <p> Built in styles may not be created until they are needed.
85 </p>
92 <p> This property is usually available at paragraph styles only. </p>
100 names are localised.</p>
109 are changed then the style will be updated accordingly.</p>
117 paragraph style.</p>
121 is a string naming the style to be used in that context.</p>
123 <p>Assigning an empty string to the style name will disable
124 the conditional style for that context.</p>
126 <p>The allowed strings (contexts) for the name part of an entry
[all …]
/trunk/main/offapi/com/sun/star/report/
H A DXReportDefinition.idl98 runtime identification of report components.</p>
102 event environment for its contained elements.</p>
140 <p>A spreadsheet document contains 2 families of styles:
141 "PageStyles" and "CellStyles".</p>
148 <p>
152 </p>
222 which are not standard SQL, to your database.</p>
231 … <p><member>Command</member> needs to be interpreted depending on the value of this property.</p>
242 … <p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p>
249 in the DataAccessDescriptor.</p>
[all …]
/trunk/main/offapi/com/sun/star/configuration/
H A DConfigurationUpdateAccess.idl51 </p>
53 <p>Descendants of this service also implement this service
57 </p>
65 </p>
93 </p>
99 </p>
106 <p>Implemented, if this element is a <em>Set</em>.
108 </p>
115 <p>Implemented, if this element is a <em>Group</em>.
117 </p>
[all …]

Completed in 226 milliseconds

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