Home
last modified time | relevance | path

Searched refs:p (Results 726 – 750 of 3572) sorted by relevance

1...<<21222324252627282930>>...143

/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotSourceDimension.idl63 <p>A dimension is equivalent to a column of a cell range in a spreadsheet
64 used for a data pilot field.</p>
66 <p>In more complex data sources, a dimension may contain several
68 levels.</p>
70 <p>Example: In a database, a column contains date values. This column
73 year and week number.</p>
97 <p>A dimension may be used several times in a data pilot table,
98 i.e. as row field and data field.</p>
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatchRecorderSupplier.idl45 <p>
51 </p>
61 <p>
67 </p>
77 <p>
81 </p>
93 <p>
112 </p>
H A DXDesktop.idl54 <p>
59 </p>
68 <p>
75 </p>
113 <p>
120 </p>
132 <p>
136 </p>
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx633 SfxSplitWindow *p = pSplit[n]; in ~SfxWorkWindow() local
634 if (p->GetWindowCount()) in ~SfxWorkWindow()
635 ReleaseChild_Impl(*p); in ~SfxWorkWindow()
636 delete p; in ~SfxWorkWindow()
720 p->Lock(); in DeleteControllers_Impl()
1449 p->Lock(); in UpdateObjectBars_Impl()
1533 if (p->GetWindowCount()) in UpdateObjectBars_Impl()
1534 p->Lock(sal_False); in UpdateObjectBars_Impl()
2792 if ( p && p->IsAutoHide() ) in EndAutoShow_Impl()
2798 p->FadeOut(); in EndAutoShow_Impl()
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DCachedContentResultSet.idl38 <p>The <type>CachedContentResultSet</type> will not load every single
42 <p>Every time when a new package of data is loaded, the so far loaded data
54 <p>The default fetch size is implementation specific.
56 <p>Every negative value for parameter <member>FetchSize</member> will
64 <p>The value can be one of the
67 <p>The default value is implementation specific.
69 <p>If you set the value to
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableIntegerValueRange.idl40 <p><type>BindableIntegerValueRange</type>s have a value property, a minimum, and a maximum,
41 all of type integer.</p>
47 … <p>Any binding used with the control model (see <member>XBindableValue::setValueBinding</member>)
48 must support exchanging double values.</p>
50 <p>When the (integer) value reflected by the control model is changed, it's converted
51 into an double value and propagated to the binding.</p>
53 <p>When the external (double) value changes, it's converted as follows to an integer
/trunk/main/sal/osl/w32/
H A Dpath_helper.cxx103 const sal_Unicode* p = rtl_uString_getStr(const_cast<rtl_uString*>(pustrPath)); in osl_systemPathIsLogicalDrivePattern() local
104 if (iswalpha(*p++)) in osl_systemPathIsLogicalDrivePattern()
106 return ((0 == rtl_ustr_ascii_compare(p, LDP)) || in osl_systemPathIsLogicalDrivePattern()
107 (0 == rtl_ustr_ascii_compare(p, LDP_WITH_BACKSLASH)) || in osl_systemPathIsLogicalDrivePattern()
108 (0 == rtl_ustr_ascii_compare(p, LDP_WITH_SLASH)) || in osl_systemPathIsLogicalDrivePattern()
109 (0 == rtl_ustr_ascii_compare(p, LDP_WITH_DOT_BACKSLASH))); in osl_systemPathIsLogicalDrivePattern()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx757 sal_Int32 ErrorCode = p->CtorSuccess(); in ls()
763 p->getMinorError() ); in ls()
765 delete p; in ls()
766 p = 0; in ls()
1104 XRow_impl* p = new XRow_impl( this,seq ); in getv() local
1892 err = aFile.write( ((void*)(p)), in write()
2587 return p; in getContentEventListeners()
2614 return p; in getContentDeletedEventListeners()
2685 return p; in getPropertySetListeners()
2815 aVector.push_back( p ); in getContentExchangedEventListeners()
[all …]
/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl34 <p>See <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC&nbsp;2396</a> for a
35 description of URI references and related terms.</p>
37 <p>This interface only handles generic URI references (both absolute and
39 that offer extra, scheme-specific functionality.</p>
80 <p>For an absolute URI reference, the scheme-specific part is everything
84 before the optional &ldquo;<code>#</code>&rdquo; and fragment part.</p>
95 <p>An absolute URI reference is hierarchical if its scheme-specific part
97 always hierarchical.</p>
144 <p>For an opaque URI reference, and for a hierarchical URI reference with
150 delimiters, plus one.</p>
/trunk/main/tools/inc/
H A Dimpcont.hxx58 void Insert( void* p, sal_uInt16 nIndex, sal_uInt16 nReSize );
59 CBlock* Split( void* p, sal_uInt16 nIndex, sal_uInt16 nReSize );
71 void SetPrevBlock( CBlock* p ) { pPrev = p; } in SetPrevBlock() argument
72 void SetNextBlock( CBlock* p ) { pNext = p; } in SetNextBlock() argument
/trunk/main/sal/osl/os2/
H A Dpath_helper.cxx101 const sal_Unicode* p = rtl_uString_getStr(const_cast<rtl_uString*>(pustrPath)); in osl_systemPathIsLogicalDrivePattern() local
102 if (iswalpha(*p++)) in osl_systemPathIsLogicalDrivePattern()
104 return ((0 == wcscmp(p, LDP)) || in osl_systemPathIsLogicalDrivePattern()
105 (0 == wcscmp(p, LDP_WITH_BACKSLASH)) || in osl_systemPathIsLogicalDrivePattern()
106 (0 == wcscmp(p, LDP_WITH_SLASH)) || in osl_systemPathIsLogicalDrivePattern()
107 (0 == wcscmp(p, LDP_WITH_DOT_BACKSLASH))); in osl_systemPathIsLogicalDrivePattern()
/trunk/main/udkapi/com/sun/star/beans/
H A DXMultiHierarchicalPropertySet.idl80 <p> The values of the properties must change before bound
83 exception occurs. </p>
85 <p> Unknown properties are ignored. </p>
126 <p> The order of the values in the returned sequence will be the same
127 as the order of the names in the argument. </p>
129 <p> Unknown properties are ignored, in their place <NULL/> will be returned. </p>
H A DXMultiPropertyStates.idl55 <p>The state of a property contains information about the source of
66 <p>The order of the states is correlating to the order of the
80 <p>Each value depends on the implementation of this interface.
84 </p>
91 <p>Each value depends on the implementation of this interface.
94 must fire the vetoable event before you change the property value. </p>
110 <p>If no default exists, is not known, or is void,
112 sequence returned is <atom>void</atom>. </p>
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx157 void * p = static_cast< ::com::sun::star::ui::dialogs::XExecutableDialog * >( this ); in queryAggregation() local
158 return Any( &p, rType ); in queryAggregation()
162 void * p = static_cast< XServiceInfo * >( this ); in queryAggregation() local
163 return Any( &p, rType ); in queryAggregation()
167 void * p = static_cast< XInitialization * >( this ); in queryAggregation() local
168 return Any( &p, rType ); in queryAggregation()
172 void * p = static_cast< XTerminateListener * >( this ); in queryAggregation() local
173 return Any( &p, rType ); in queryAggregation()
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlScrollBarModel.idl77 <p>Not every border style (see <member>Border</member>) may support coloring.
78 For instance, usually a border with 3D effect will ignore the BorderColor setting.</p>
112 <p><TRUE/> means, that when the user moves the slider in the scroll bar,
115 released the mouse button.</p>
137 <p>When the user presses a mouse in a control area where this triggers
141 is specified with this property.</p>
157 <p>If this optional property is not present, clients of the component should assume
158 a minimal scroll value of 0.</p>
H A DXImageConsumer.idl40 <p>An image consumer is a component which wants to display or just
41 receive an image from an image producer.</p>
70 <p>The pixels of the image are delivered using one or more calls
76 + m + nOffset).</p>
90 <p>The pixels of the image are delivered using one or more calls
96 + m + nOffset).</p>
111 <p>The complete method is called when the image producer
117 at this time, unless it is interested in successive frames.</p>
/trunk/main/offapi/com/sun/star/sdbc/
H A DJDBCConnectionProperties.idl40 <p>
44 </p>
63 <p>The class path is a list of zero or more internal (see the
70 singleton.</p>
92 <p>The sequence contains an even amount of string values. Each pair describes
97 <p>
100 </p>
103 </p>
/trunk/main/offapi/com/sun/star/util/
H A DXStringSubstitution.idl43 <p>
47 </p>
57 <p>
64 </p>
86 <p>
91 </p>
107 <p>
112 </p>
/trunk/main/offapi/com/sun/star/view/
H A DXMultiSelectionSupplier.idl41 <p>The method <method>XSelectionSupplier::setSelection</method> for an
44 of selectable objects.</p>
46 <p>Adding an object more than once to a selection should not toggle the
47 selection for that object but only select it once</p>
67 …<p>Adding an object to the selection that is already part of the selection should not raise this e…
88 …<p>Removing an object from the selection that is not part of the selection should not raise this e…
/trunk/main/offapi/com/sun/star/embed/
H A DXLinkageSupport.idl59 <p>
66 </p>
68 <p>
71 </p>
73 <p>
77 </p>
109 <p>
114 </p>
/trunk/main/offapi/com/sun/star/rendering/
H A DIntegerBitmapLayout.idl36 integer color channels.<p>
39 memory layout of a bitmap having integer color channels<p>
73 followed by the second channel, and so forth.<p>
77 /** Color space the bitmap colors shall be interpreted within.<p>
90 indices into a color map.<p>
99 then used to index the palette.<p>
104 uses less than 8 bits, of course).<p>
109 with the least significant bit.<p>
/trunk/main/offapi/com/sun/star/presentation/
H A DShape.idl67 …<p>This color is used if the property <member scope="com::sun::star::drawing">Shape::DimPrev</memb…
68 is <TRUE/> and <member scope="com::sun::star::drawing">Shape::DimHide</member> is <FALSE/>.</p>
103 <p>Presentation objects are objects like TitleTextShape and
104 OutlinerShape.</p>
120 <p>The default behavior is to stop the sound after completing the
121 animation effect.</p>
130 <p>The animations are executed in this order, starting at the shape
133 first shape in the execution order for the animation effects.</p>
/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx47 const ScDocProtection* p = rDoc.GetDocProtection(); in needsPassHashRegen() local
48 if (!p->isPasswordEmpty() && !p->hasPasswordHash(eHash)) in needsPassHashRegen()
55 const ScTableProtection* p = rDoc.GetTabProtection(i); in needsPassHashRegen() local
56 if (!p || !p->isProtected()) in needsPassHashRegen()
60 if (!p->isPasswordEmpty() && !p->hasPasswordHash(eHash)) in needsPassHashRegen()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx358 const unsigned char* steal() { unsigned char* p = mpRawBytes; mpRawBytes = NULL; return p; } in steal() local
499 static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} in GetUInt() argument
500 static unsigned GetUShort( const unsigned char* p ){ return((p[0]<<8)+p[1]);} in GetUShort() argument
501 static signed GetSShort( const unsigned char* p ){ return((short)((p[0]<<8)+p[1]));} in GetSShort() argument
502 static inline DWORD CalcTag( const char p[4]) { return (p[0]+(p[1]<<8)+(p[2]<<16)+(p[3]<<24)); } in CalcTag()
/trunk/main/configmgr/source/
H A Daccess.cxx123 rtl::Reference< Node > p(getNode()); in isValue() local
124 switch (p->kind()) { in isValue()
146 p->getNameInternal(), in markChildAsModified()
148 p = parent; in markChildAsModified()
1055 rtl::Reference< Node > p(getNode()); in getElementType() local
1056 switch (p->kind()) { in getElementType()
2038 switch (p->kind()) { in getSubChild()
2090 switch (p->kind()) { in asProperty()
2215 return p; in getNotificationRoot()
2217 p = parent; in getNotificationRoot()
[all …]

Completed in 314 milliseconds

1...<<21222324252627282930>>...143