Home
last modified time | relevance | path

Searched refs:p (Results 501 – 525 of 3444) sorted by relevance

1...<<21222324252627282930>>...138

/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseComboBox.idl47 <p>Like most other data aware controls, such a combo box will display the actual content
50 a database, too.</p>
62 <p>When the user enters text into a combo box, and after this, the control
65 This is controlled by <member>ConvertEmptyToNull</member>.</p>
67 <p>If the property is set to <TRUE/>, and an empty text is to be committed, this is
68 converted into <NULL/>, else it is written as empty string.</p>
74 …<p>The concrete meaning of this property depends on the value of <member>ListSourceType</member></
81 <p>Note: A value of <member scope="com::sun::star::form">ListSourceType::VALUELIST</member>
83 and leave the list empty.</p>
/trunk/main/offapi/com/sun/star/sdbc/
H A DCallableStatement.idl39 <p>
46 </p>
47 <p>
50 </p>
51 <p>
62 </p>
63 <p>
76 </p>
77 <p>
83 </p>
/trunk/main/soltools/mkdepend/
H A Dcppsetup.c67 register char *p, savec; local
79 for (p=newp; *p; p++)
85 *p++ = '\n';
86 savec = *p;
87 *p = '\0';
88 pend = p;
94 *p = savec;
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx1235 double q = (0.5 - p) + 0.5; in GetBinomDistPMF()
1288 double p = GetDouble(); in ScB() local
1290 if (n < 0.0 || x < 0.0 || x > n || p < 0.0 || p > 1.0) in ScB()
1293 if (p == 0.0) in ScB()
1296 if ( p == 1.0) in ScB()
1309 if ( bIsValidX && 0.0 < p && p < 1.0) in ScB()
1360 if (n < 0.0 || x < 0.0 || x > n || p < 0.0 || p > 1.0) in ScBinomDist()
1365 if ( p == 0.0) in ScBinomDist()
1370 if ( p == 1.0) in ScBinomDist()
1424 if (n < 0.0 || alpha <= 0.0 || alpha >= 1.0 || p < 0.0 || p > 1.0) in ScCritBinom()
[all …]
H A Dreftokenhelper.cxx78 const FormulaToken* p = pArray->GetNextReference(); in compileRangeRepresentation() local
79 if (!p) in compileRangeRepresentation()
83 const ScToken* pT = static_cast<const ScToken*>(p); in compileRangeRepresentation()
112 switch (p->GetType()) in compileRangeRepresentation()
286 const ScSharedTokenRef& p = *itr; in intersects() local
287 if (!isRef(p)) in intersects()
290 if (bExternal != isExternalRef(p)) in intersects()
294 getRangeFromToken(aRange2, p, bExternal); in intersects()
296 if (bExternal && nFileId != p->GetIndex()) in intersects()
447 ScSharedTokenRef p = rTokens.back(); in join() local
[all …]
/trunk/main/udkapi/com/sun/star/java/
H A DXJavaVM.idl54 <p>If the VM is not already instantiated, it will be now.</p>
56 <p>If the <code>processID</code> is a normal 16-byte ID, the returned
61 <void/> <atom>any</atom> is returned.</p>
63 <p>If the <code>processID</code> has an additional 17th byte of
74 is returned.</p>
76 <p>If the <code>processID</code> has an additional 17th byte of
85 reason, a <void/> <atom>any</atom> is returned.</p>
87 <p>The first form (returning a JNI <code>JavaVM</code> pointer) is
99 be set to a meaningful value.</p>
124 <p>It is only possible to get the VM, if this method return 0. </p>
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleSelection.idl40 <p>This interface is the standard mechanism to obtain and modify the
42 selected should support this interface.</p>
44 <p>The <type>XAccessibleSelection</type> interface has to be implemented
46 provides the children on which the first operates.</p>
48 <p>It depends on the class implementing this interface, whether it
49 supports single or multi selection.</p>
58 <p>Depending on the implementing class the child is added to the
60 selected child is deselected first (single selection).</p>
97 <p>Causes every child of the object to be selected if the object
100 other children are deselected.</p>
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DSheetCellRanges.idl142 <p>The property
188 <p>Later the range can be found, replaced or removed using that
189 name.</p>
197 <p>After a conditional format has been changed it has to be
198 reinserted into the property set.</p>
210 <p>After a conditional format has been changed it has to be
211 reinserted into the property set.</p>
222 <p>After the data validation settings have been changed the
223 validation has to be reinserted into the property set.</p>
234 <p>After the data validation settings have been changed the
[all …]
/trunk/main/basic/source/runtime/
H A Dstep0.cxx96 SbxVariable* p = GetTOS(); in StepUnary() local
97 p->Compute( eOp, *p ); in StepUnary()
332 SbxVariable* p = GetTOS(); in StepGET() local
1211 SbxVariableRef p = PopVar(); in StepLINPUT() local
1315 SbxVariableRef p = PopVar(); in StepPRINT() local
1316 String s1 = p->GetString(); in StepPRINT()
1318 if( p->GetType() >= SbxINTEGER && p->GetType() <= SbxDOUBLE ) in StepPRINT()
1329 String s1 = p->GetString(); in StepPRINTF()
1331 if( p->GetType() >= SbxINTEGER && p->GetType() <= SbxDOUBLE ) in StepPRINTF()
1345 switch (p->GetType() ) in StepWRITE()
[all …]
/trunk/main/unotools/source/i18n/
H A Dintlwrapper.cxx87 CalendarWrapper* p = new CalendarWrapper( xSMgr ); in ImplNewCalendar() local
88 p->loadDefaultCalendar( aLocale ); in ImplNewCalendar()
89 ((IntlWrapper*)this)->pCalendar = p; in ImplNewCalendar()
95 CollatorWrapper* p = new CollatorWrapper( xSMgr ); in ImplNewCollator() local
98 p->loadDefaultCollator( aLocale, 0 ); in ImplNewCollator()
99 ((IntlWrapper*)this)->pCaseCollator = p; in ImplNewCollator()
103p->loadDefaultCollator( aLocale, ::com::sun::star::i18n::CollatorOptions::CollatorOptions_IGNORE_C… in ImplNewCollator()
104 ((IntlWrapper*)this)->pCollator = p; in ImplNewCollator()
/trunk/main/tools/inc/tools/
H A Dqueue.hxx48 void Put( void* p ) { Container::Insert( p, CONTAINER_APPEND ); } in Put() argument
77 void Put( Type p ) { Queue::Put( (void*)p ); } \
82 sal_uIntPtr GetPos( const Type p ) const \
83 { return Queue::GetPos( (const void*)p ); } \
84 sal_uIntPtr GetPos( const Type p, sal_uIntPtr nStartIndex, \
86 { return Queue::GetPos( (const void*)p, \
H A Dstack.hxx47 void Push( void* p ) { Container::Insert( p, CONTAINER_APPEND ); } in Push() argument
77 void Push( Type p ) { Stack::Push( (void*)p ); } \
83 sal_uIntPtr GetPos( const Type p ) const \
84 { return Stack::GetPos( (const void*)p ); } \
85 sal_uIntPtr GetPos( const Type p, sal_uIntPtr nStartIndex, \
87 { return Stack::GetPos( (const void*)p, \
/trunk/main/offapi/com/sun/star/ui/
H A DXImageManager.idl68 <p>
71 </p>
78 <p>
80 </p>
139 <p>
146 </p>
158 <p>
164 </p>
180 <p>
199 <p>
[all …]
/trunk/main/avmedia/source/framework/
H A Dmediacontrol.cxx458 IMPL_LINK( MediaControl, implTimeHdl, Slider*, p ) in IMPL_LINK() argument
469 IMPL_LINK( MediaControl, implTimeEndHdl, Slider*, p ) in IMPL_LINK() argument
484 IMPL_LINK( MediaControl, implVolumeHdl, Slider*, p ) in IMPL_LINK() argument
488 aExecItem.setVolumeDB( static_cast< sal_Int16 >( p->GetThumbPos() ) ); in IMPL_LINK()
504 IMPL_LINK( MediaControl, implSelectHdl, ToolBox*, p ) in IMPL_LINK() argument
506 if( p ) in IMPL_LINK()
510 switch( p->GetCurItemId() ) in IMPL_LINK()
584 p->Invalidate( INVALIDATE_UPDATE ); in IMPL_LINK()
591 IMPL_LINK( MediaControl, implZoomSelectHdl, ListBox*, p ) in IMPL_LINK() argument
593 if( p ) in IMPL_LINK()
[all …]
/trunk/main/udkapi/com/sun/star/beans/
H A DXPropertyWithState.idl47 <p> This interface provides direct access to operations
50 </p>
52 <p>The state contains the information if:</p>
60 <p> Generally objects that implement this interface
62 </p>
77 <p> The value depends on the implementation of this interface.
81 </p>
96 <p> If no default exists, is not known or is void,
98 </p>
/trunk/main/udkapi/com/sun/star/script/
H A DXEngine.idl52 <p>If the root object implements the XInvocation interface,
55 </p>
79 <p>The arguments given in <var>aArgs</var> can be ignored by
80 the engine. The Script is executed synchronously.</p>
89 <p>The arguments given in <var>aArgs</var> can be ignored by
92 </p>
102 <p>The waiting queue is cleared too.</p>
109 <p>It is suggested to allow multiple registration of the same listener,
117 <p>It is suggested to allow multiple registration of the same listener,
/trunk/main/i18npool/source/breakiterator/data/
H A Dsent.txt21 $Sep = [\p{Sentence_Break = Sep}];
22 $Format = [\p{Sentence_Break = Format}];
23 $Sp = [\p{Sentence_Break = Sp}];
24 $Lower = [\p{Sentence_Break = Lower}];
25 $Upper = [\p{Sentence_Break = Upper}];
26 $OLetter = [\p{Sentence_Break = OLetter}-$VoiceMarks];
27 $Numeric = [\p{Sentence_Break = Numeric}];
28 $ATerm = [\p{Sentence_Break = ATerm}];
29 $STerm = [\p{Sentence_Break = STerm}];
30 $Close = [\p{Sentence_Break = Close}];
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataReceiver.idl64 <p>The previously set data provider will be released.</p>
79 <p>This list may be used by the data provider to swap charts
81 while the chart is not loaded.</p>
94 <p>The given number formats will be used for display purposes.</p>
103 <p>This is typically used by a spreadsheet to hightlight the
104 ranges used by the currently selected object in a chart.</p>
106 <p>The range hightlighter is optional, i.e., this method may
107 return an empty object.</p>
H A DDataSequence.idl50 <p>With the interface <type>XDataSequence</type> it is possible to
53 <p>With the optional
56 <type>DataProvider</type> supports modification of its values.</p>
79 <p>Only when supporting this interface, it is possible for
81 provided by this <type>DataSequence</type>.</p>
89 <p>Cloning is especially useful when using identifiers. A
92 one.</p>
94 <p>Note that, when this interface is not implemented the
98 identifier, another object might use a stale identifier.</p>
117 <p>The key identifies a number format in an
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DEmbeddedObjectDescriptor.idl59 <p>
66 </p>
75 <p>
80 </p>
92 <p>Upon activating the embedded object, it is normally loaded from a storage as denoted by
93 the parameters to the <type>XEmbedObjectCreator</type> method calls.</p>
95 …<p>You can pass a non-<NULL/> <code>RecoveryStorage</code> in the object descriptor if you wish to…
96 embedded object from an alternate storage.</p>
98 …<p>The object will still be based on the storage denoted in the <code>XEmbedObjectCreator</code> m…
100 at loading time only, and then discarded.</p>
/trunk/main/offapi/com/sun/star/frame/
H A DFrameSearchFlag.idl34 <p>
39 </p>
50 <p>
53 </p>
72 <p>
75 </p>
87 <p>
91 </p>
98 <p>
105 </p>
/trunk/main/offapi/com/sun/star/chart2/
H A DXChartDocument.idl47 <p>Notes: this is preliminary, we need an API that supports
51 other by random).</p>
57 <p>Notes: this is preliminary, we need an API that supports
61 other by random).</p>
69 <p>When the model is stored, the data provider will also be
70 stored in a sub-storage.</p>
76 will usually change after cloning.</p>
88 <p>This is the case directly after
93 </p>
123 <p>The area's extent is equal to the document size. If you
[all …]
/trunk/main/configmgr/source/
H A Ddata.cxx234 for (rtl::Reference< Node > p(i == components.end() ? 0 : i->second);;) { in resolvePathRepresentation() local
235 if (!p.is()) { in resolvePathRepresentation()
236 return p; in resolvePathRepresentation()
245 finalized = std::min(finalized, p->getFinalized()); in resolvePathRepresentation()
262 return p; in resolvePathRepresentation()
264 parent = p; in resolvePathRepresentation()
276 p = p->getMember(seg); in resolvePathRepresentation()
306 if (templateName.getLength() != 0 && p != 0) { in resolvePathRepresentation()
307 OSL_ASSERT(p->getTemplateName().getLength() != 0); in resolvePathRepresentation()
308 if (!equalTemplateNames(templateName, p->getTemplateName())) { in resolvePathRepresentation()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx84 for( SvPtrarr* p = pBkmkNodePos->First(); p; p = pBkmkNodePos->Next() ) in ~Writer_Impl() local
85 delete p; in ~Writer_Impl()
113 void* p = (void*)&rBkmk; in InsertBkmk() local
114 pArr->Insert( p, pArr->Count() ); in InsertBkmk()
125 pArr->Insert( p, pArr->Count() ); in InsertBkmk()
513 void* p = (void*)pItem; in _AddFontItem() local
514 m_pImpl->pFontRemoveLst->Insert( p, m_pImpl->pFontRemoveLst->Count() ); in _AddFontItem()
553 void* p = (*pArr)[ n ]; in GetBookmarks() local
554 const ::sw::mark::IMark& rBkmk = *(::sw::mark::IMark *)p; in GetBookmarks()
559 rArr.Insert( p, rArr.Count() ); in GetBookmarks()
[all …]
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx427 SCCOL nPrevCol = p->aStart.Col(); in CopyToClip()
429 SCCOL nPrevColSize = p->aEnd.Col() - p->aStart.Col() + 1; in CopyToClip()
430 SCROW nPrevRowSize = p->aEnd.Row() - p->aStart.Row() + 1; in CopyToClip()
431 for (p = aClipParam.maRanges.Next(); p; p = aClipParam.maRanges.Next()) in CopyToClip()
434 p->aStart.Col(), p->aStart.Row(), p->aEnd.Col(), p->aEnd.Row(), rMark)) in CopyToClip()
458 SCCOL nColSize = p->aEnd.Col() - p->aStart.Col() + 1; in CopyToClip()
459 SCROW nRowSize = p->aEnd.Row() - p->aStart.Row() + 1; in CopyToClip()
475 nPrevCol = p->aStart.Col(); in CopyToClip()
476 nPrevRow = p->aStart.Row(); in CopyToClip()
1079 for (ScRange* p = aRangeList.First(); p; p = aRangeList.Next()) in PasteFromClip() local
[all …]

Completed in 124 milliseconds

1...<<21222324252627282930>>...138