Home
last modified time | relevance | path

Searched refs:p (Results 876 – 900 of 3572) sorted by relevance

1...<<31323334353637383940>>...143

/trunk/main/offapi/com/sun/star/geometry/
H A DRealRectangle2D.idl38 considered empty.<p>
42 two-dimensional rectangle.<p>
58 /** X coordinate of lower right corner.<p>
60 Must be greater than x1 for non-empty rectangles.<p>.
66 /** Y coordinate of lower right corner.<p>
68 Must be greater than y1 for non-empty rectangles.<p>
H A DXMapping2D.idl35 /** Interface defining an arbitrary bijective mapping from R^2 to R^2.<p>
45 upon them.<p>
57 /** Inverse 2D mapping function.<p>
60 <code>map(mapInverse(p))=p</code>. This effectively rules out
61 non-bijective mappings.<p>
/trunk/main/offapi/com/sun/star/form/
H A DXDatabaseParameterBroadcaster2.idl38 <p>Note that this interface provides exactly the same functionality as the
42 respective to the name of the listener which is being added/removed.</p>
52 …<p>This method behaves exactly as the <member>XDatabaseParameterBroadcaster::addParameterListener<…
53 method inherited from the base interface.</p>
61 …<p>This method behaves exactly as the <member>XDatabaseParameterBroadcaster::removeParameterListen…
62 method inherited from the base interface.</p>
/trunk/main/offapi/com/sun/star/sdbc/
H A DProcedureResult.idl41 <p>
44 </p>
56 <p>
59 </p>
71 <p>
74 </p>
/trunk/main/cui/source/tabpages/
H A Dtplnedef.cxx393 IMPL_LINK( SvxLineDefTabPage, SelectLinestyleHdl_Impl, void *, p ) in IMPL_LINK() argument
419 if( p ) in IMPL_LINK()
479 IMPL_LINK( SvxLineDefTabPage, ChangeMetricHdl_Impl, void *, p ) in IMPL_LINK() argument
486 if( p ) in IMPL_LINK()
516 if( p ) in IMPL_LINK()
549 IMPL_LINK( SvxLineDefTabPage, SelectTypeHdl_Impl, void *, p ) in IMPL_LINK() argument
551 if ( p == &aLbType1 || !p ) in IMPL_LINK()
565 if ( p == &aLbType2 || !p ) in IMPL_LINK()
578 ChangePreviewHdl_Impl( p ); in IMPL_LINK()
/trunk/main/tools/source/ref/
H A Dpstm.cxx39 SvCreateInstancePersist p; in Register() local
40 p = Get( nClassId ); in Register()
41 DBG_ASSERT( !p || p == pFunc, "register class with same id" ); in Register()
353 SvPersistUIdx * p = (SvPersistUIdx *)&rIdx; in GetCurMaxIndex() local
355 sal_uIntPtr nCurIdx = p->GetCurIndex(); in GetCurMaxIndex()
356 p->Last(); in GetCurMaxIndex()
358 sal_uIntPtr nMaxIdx = p->GetCurIndex(); in GetCurMaxIndex()
360 p->Seek( nCurIdx ); in GetCurMaxIndex()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx847 while (p < pStop) in FindUnquoted()
851 else if (*p == cQuote) in FindUnquoted()
855 else if (p < pStop-1 && *(p+1) == cQuote) in FindUnquoted()
856 ++p; in FindUnquoted()
860 ++p; in FindUnquoted()
867 const sal_Unicode* p = pString; in FindUnquoted() local
869 while (*p) in FindUnquoted()
872 return p; in FindUnquoted()
873 else if (*p == cQuote) in FindUnquoted()
878 ++p; in FindUnquoted()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx687 inline void MyList::Append( void* p ) in Append() argument
690 pData[ nNew ] = p; in Append()
721 inline void StringList::Append( STRING* p ) in Append() argument
723 MyList::Append( p ); in Append()
779 inline void CStrList::Append( const sal_Char* p ) in Append() argument
781 MyList::Append( ( void* ) p ); in Append()
793 inline void FuncDataList::Append( FuncData* p ) in Append() argument
795 MyList::Append( p ); in Append()
885 inline void ComplexList::Append( Complex* p ) in Append() argument
887 MyList::Append( p ); in Append()
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXAnimation.idl51 /** This interface defines an animation sequence.<p>
55 animations.<p>
62 canvas.<p>
71 XAnimation::render every time.<p>
81 member. Any content exceeding this box might get clipped off.<p>
105 /** Request the attribute information for this animation.<p>
109 animation.<p>
/trunk/main/cppu/source/uno/
H A Ddestr.hxx301 void * p = ((void **)pElements)[nPos]; in idestructElements() local
302 if (p) in idestructElements()
304 (*release)( p ); in idestructElements()
312 uno_Interface * p = ((uno_Interface **)pElements)[nPos]; in idestructElements() local
313 if (p) in idestructElements()
315 (*p->release)( p ); in idestructElements()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_UnoControlFileControlModel.java59 protected Object getNewValue(String p, Object old) { in _BackgroundColor()
71 protected Object getNewValue(String p, Object old) { in _BorderColor()
83 protected Object getNewValue(String p, Object old) { in _TextColor()
95 protected Object getNewValue(String p, Object old) { in _TextLineColor()
107 protected Object getNewValue(String p, Object old) { in _Tabstop()
H A D_UnoControlPatternFieldModel.java58 protected Object getNewValue(String p, Object old) { in _BackgroundColor()
70 protected Object getNewValue(String p, Object old) { in _BorderColor()
82 protected Object getNewValue(String p, Object old) { in _TextColor()
94 protected Object getNewValue(String p, Object old) { in _TextLineColor()
106 protected Object getNewValue(String p, Object old) { in _Tabstop()
H A D_UnoControlScrollBarModel.java57 protected Object getNewValue(String p, Object old) { in _BackgroundColor()
69 protected Object getNewValue(String p, Object old) { in _BorderColor()
81 protected Object getNewValue(String p, Object old) { in _SymbolColor()
93 protected Object getNewValue(String p, Object old) { in _ScrollValue()
105 protected Object getNewValue(String p, Object old) { in _VisibleSize()
/trunk/main/udkapi/com/sun/star/container/
H A DXContainer.idl44 <p>The <type>XContainer</type> interface is provided for containers
47 listeners. </p>
49 <p>This can be useful for UI to enable/disable some functions
50 without actually accessing the data. </p>
64 <p>It is suggested to allow multiple registration of the same listener,
76 <p>It is suggested to allow multiple registration of the same listener,
H A DXNameAccess.idl46 <p>To implement inaccurate name access, support the
48 interface. </p>
78 <p>The order of the names is not specified. </p>
88 <p>In many cases the next call is <member>XNameAccess::getByName</member>.
89 You should optimize this case. </p>
H A DXEnumeration.idl47 <p>An object that implements the <type>XEnumeration</type> interface
50 elements of the series. </p>
52 <p>For example (Java), to print all elements of a vector <var>aVect</var>:
53 </p>
64 <p> If the object changed, the behavior of the enumeration is
65 not specified. This is not a remote interface. </p>
/trunk/main/udkapi/com/sun/star/uri/
H A DXUriSchemeParser.idl35 <p>See <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC&nbsp;2396</a> for a
36 description of URIs and related terms.</p>
44 <p>This method is used to parse URIs (with no fragment part), not URI
45 references (with an optional fragment part).</p>
47 <p>If an object is returned, the behaviour of its
51 part.</p>
/trunk/main/offapi/com/sun/star/sheet/
H A DXNamedRange.idl52 <p>The content can be a reference to a cell or cell range
53 or any formula expression.</p>
61 <p>The content can be a reference to a cell or cell range
62 or any formula expression.</p>
85 <p>This is a combination of flags as defined in
86 <type>NamedRangeFlag</type>.</p>
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c113 char const * p; in main() local
122 p = path; in main()
124 while (*p != '\0') { in main()
126 *q++ = *p++; in main()
128 if (p == path || p[-1] != '/') { in main()
/trunk/main/offapi/com/sun/star/awt/
H A DItemListEvent.idl43 … <p>In case the event is not related to a single item, but to the complete list, the value of this
44 member is undefined.</p>
50 …<p>If the event being notified did not touch the text of an item, this member is empty. For instan…
52 <code>ItemText</code> will be empty.</p>
59 …<p>If the event being notified did not touch the image of an item, this member is empty. For insta…
61 <code>ItemImageURL</code> will be empty.</p>
H A DUnoControl.idl55 <p>All components which implement this service can
57 the controller of the Smalltalk model view controller design.</p>
59 <p>You must set a model and a stub to the UnoControl before using
63 to these graphics, but this behavior is implementation-specific.</p>
65 <p>The change of data directly at the control may not affect the
66 model data. To ensure this behavior, modify the data of the model.</p>
H A DXMessageBoxFactory.idl45 <p>This parameter must not be null.</p>
53 <p>A combination of <type>MessageBoxButtons</type>.</p>
54 <p>A <member scope="com::sun::star::awt">MessageBoxType::INFOBOX</member>
56 <member scope="com::sun::star::awt">MessageBoxButtons::BUTTONS_OK</member>.</p>
H A DXPrinterPropertySet.idl47 <p>All properties are vetoable properties. If you change the properties
51 is thrown.</p>
76 <p>Indirectly a printer is selected.</p>
92 <p>Get this data from the info printer and set the data to the
93 printer.</p>
/trunk/main/offapi/com/sun/star/ucb/
H A DTransferInfo.idl34 <p>The transfer command is always called on the target folder. For a
56 <p>If this field is filled, for example, a file will be renamed
57 while it is being transferred.</p>
65 <p>A title clash for instance occurs, if a file named "foo.txt" is
69 <p>The value can be one of the <type>NameClash</type> constants.
71 <p>Implementations that are not able to detect whether there is a
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DHierarchyBrowser.idl47 <p> The repository to browse is selected by arguments passed to
51 </p>
53 <p> The following argument to
63 </p>
64 <p> The return value of
70 </p>

Completed in 83 milliseconds

1...<<31323334353637383940>>...143