Home
last modified time | relevance | path

Searched refs:p (Results 526 – 550 of 3444) sorted by relevance

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

/trunk/main/sal/qa/systools/
H A Dtest_comtools.cxx85 COMObject* p = reinterpret_cast<COMObject*>(r.get()); in comObjectSink() local
86 if (p) in comObjectSink()
87 return (p->GetRefCount() == expectedRefCountOnReturn); in comObjectSink()
94 COMObject* p = new COMObject; in comObjectSource2() local
95 p->AddRef(); in comObjectSource2()
96 *ppv = p; in comObjectSource2()
115 COMObject* p = new COMObject; in TEST_F() local
116 p->AddRef(); in TEST_F()
117 sal::systools::COMReference<IUnknown> r(p, false); in TEST_F()
/trunk/main/sal/workben/
H A Dtgetpwnam.cxx106 char **p; in main() local
189 for ( p = phostent->h_aliases; *p != NULL; p++ ) in main()
190 printf("Alias: %s\n", *p); in main()
194 for ( p = phostent->h_addr_list; *p != NULL; *p++ ) in main()
195 printf("Address: %s\n", inet_ntoa(**((in_addr**)p))); in main()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DFilterOptions.java143 for (int p=0; p<nCount; ++p) in analyze()
145 if (lFilterProps[p].Name.equals("OldString")) in analyze()
146 m_sOld = AnyConverter.toString(lFilterProps[p].Value); in analyze()
148 if (lFilterProps[p].Name.equals("NewString")) in analyze()
149 m_sNew = AnyConverter.toString(lFilterProps[p].Value); in analyze()
151 if (lFilterProps[p].Name.equals("LowerCase")) in analyze()
153 m_bLower = AnyConverter.toBoolean(lFilterProps[p].Value); in analyze()
/trunk/main/udkapi/com/sun/star/io/
H A DXTextInputStream.idl42 <p>This interfaces allows to read strings separated by
45 Default encoding is "utf8".</p>
53 <p>The read characters are converted according to the
56 an empty string is returned.<p>
68 <p><strong>Important:</strong> CR/LF is not used as default
73 reached before calling this method an empty string is returned.</p>
84 <p>This method has to be used to detect if the end
85 of the stream is reached.</p>
86 <p><strong>Important:</strong>
91 by the next one).</p>
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleValue.idl33 <p>The <type>XAccessibleValue</type> interface represents a single
36 you access the value and its upper and lower bounds.</p>
44 <p>The exact return type is implementation dependent. Typical types
45 are long and double.</p>
54 <p>The argument is clipped to the valid interval whose upper and
59 greater than the maximum then the new value will be the maximum.</p>
73 <p>The type of the returned value is implementation dependent. It
75 <member>getCurrentAccessibleValue</member>.</p>
86 <p>The type of the returned value is implementation dependent. It
88 <member>getCurrentAccessibleValue</member>.</p>
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DUpdatableLayer.idl44 <p>A layer contains the configuration setting changes to be performed
47 </p>
48 <p>An updatable layer can be read or replaced with another layer.
49 </p>
60 <p> If the implementation supports
66 </p>
75 <p> Depending of the actual type (simple, i.e pure <type>XLayer</type> or
79 </p>
80 <p> For the different current/replacement layer combinations, we have:
110 </p>
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlEditModel.idl106 <p>Not every border style (see <member>Border</member>) may support coloring.
107 For instance, usually a border with 3D effect will ignore the BorderColor setting.</p>
184 <p>Controls working with this model care for this setting when the user enters
187 line ends in the format specified.</p>
189 <p>Possible values are all constants from the <type>LineEndFormat</type> group.</p>
191 <p>Note that this setting is usually not relevant when you set new text via the API.
193 should recognize all line end formats and display them properly.</p>
203 <p>There's no limitation, if set to 0.</p>
267 <p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
268 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DWindowDescriptor.idl59 <p>A zero length name means that the vcl creates a blank top,
126 </p>
134 <p>If <code>Parent == 0 && ParentIndex == -1</code>,
135 then the window is on the desktop.</p>
143 <p>If <code>Parent == 0</code> and this struct is a member of an array,
145 A value of -1 means desktop.</p>
153 <p>This member is ignored if the window attribute is
154 <const scope="com::sun::star::awt">WindowAttribute::FULLSIZE</const>.</p>
162 <p>Use one value out of the constant group
163 <type scope="com::sun::star::awt">WindowAttribute</type>.</p>
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLanguageGuessing.idl41 <p> The current set of supported languages is:
114 </p>
123 <p>Please note that because statistical analysis is part
127 a sentence or even a whole paragraph.</p>
129 <p>Also note that some languages are that 'close' to each other
133 be arbitrary.</p>
162 <p>By default all languages are enabled.</p>
172 <p>By default all languages are enabled.</p>
181 <p>This should be the same as the mathematical union of
182 all enabled and disabled languages.</p>
/trunk/main/offapi/com/sun/star/util/
H A DXCloseable.idl42 <p>
52 </p>
54 <p>
61 </p>
72 <p>
78 </p>
80 <p>
85 </p>
87 <p>
99 </p>
[all …]
/trunk/main/i18npool/source/search/
H A Dlevdis.hxx109 int* p; member in WLevDisDistanceMem
111 WLevDisDistanceMem( size_t s ) { p = 0; NewMem(s); } in WLevDisDistanceMem()
112 ~WLevDisDistanceMem() { if (p) delete [] p; } in ~WLevDisDistanceMem()
113 int* GetPtr() const { return p; } in GetPtr()
114 int* NewMem( size_t s ) { if (p) delete [] p; in NewMem()
115 return (p = new int[ s<3 ? 3 : s ]); in NewMem()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridDataModel.idl72 <p>At the moment, only string tool tips are supported.</p>
74 … <p>If <VOID/> is returned here, the cell's content will be displayed as tip, but only if it does
75 not fit into the cell.</p>
85 … <p>A grid control will usually paint a row's title in the header column of the respective row.</p>
87 <p>At the moment, only strings are supported as row headings.</p>
98 … <p>This method is provided for performance and convenience reasons, it delivers the same result
99 as subsequent calls to <member>getCellData</member> would.</p>
/trunk/main/offapi/com/sun/star/chart2/
H A DScaleData.idl44 <p>If the maximum is automatic, this means, each view that
46 maximum by its own means.</p>
54 <p>If the minimum is automatic, this means, each view that
56 minimum by its own means.</p>
70 <p>If used at the Y axis in pie charts or doughnut charts, specifies
74 rotates the pie clockwise.</p>
76 <p>Note: Is this a good place for the axis orientation? Two axes may
77 use the same scale, but point into two different directions.</p>
87 <p>It can be a real number axis or a category axis or something else.
88 AxisType is one value out of the constant group <type>AxisType</type>.</p>
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroups.idl45 <p>The members of this collection are instances of <type>DataPilotFieldGroup</type>
46 containing the names of all items in the group.</p>
81 <p>The <type scope="com::sun::star::container">XNameContainer</type>
84 insert, remove, and replace item groups.</p>
86 <p>The method <member scope="com::sun::star::container">
101 </ul></p>
103 <p>The method <member scope="com::sun::star::container">
108 XNameReplace::replaceByName</member>.</p>
110 <p>The method <member scope="com::sun::star::container">
112 existing field group.</p>
H A DSheetCellRange.idl167 in spreadsheet documents.</p>
212 <p>The property
360 sheet, not the position in the visible area.</p>
374 <p>After a conditional format has been changed it has to be
375 reinserted into the property set.</p>
387 <p>After a conditional format has been changed it has to be
388 reinserted into the property set.</p>
399 <p>After the data validation settings have been changed the
400 validation has to be reinserted into the property set.</p>
411 <p>After the data validation settings have been changed the
[all …]
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLEncryptionTemplate.idl42 * <p>This interface represents a encryption template, which is the same as the
46 * template when performing decryption.</p>
48 * <p>In some cases, the encrypter or decrypter can dertermine and locate the
50 * inside EncryptedData.</p>
52 * <p>In some cases, the EncryptedKey need to be clearly pointed out by the
53 * encryption template.</p>
55 * <p>With the help of encryption context, the encrypter or decrypter specifies
56 * the key from the KeyInfo in the encryption template.</p>
59 * <p>It isn't a good method to set the EncryptedKey here. In general, there is
77 * setting the key template and key value target.</p>
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataProvider.idl60 <p>This can be used for creating the necessary data for a new
62 spreadsheet.</p>
69 <p>For spreadsheets and textdocument tables there exists a
71 describing valid values for this list.</p>
89 <p>if xDataSource is a data source that was created with
93 is ambiguous, the returned arguments should be empty. </p>
95 <p>This method may merge representation strings together if
99 merged together to "$Sheet1.$A$1:$B$8".</p>
141 <p>This method may return nothing, if it does not support
143 that offers the functionality.</p>
[all …]
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseImageControl.idl47 <p>As every <type scope="com::sun::star::form">DataAwareControlModel</type>, an image control
51 …t as binary stream (see <member scope="com::sun::star::sdb">XColumn::getBinaryStream</member>).</p>
53 <p>Usually, an image control model can be bound to binary columns only, namely
58 <member scope="com::sun::star::sdbc">DataType::LONGVARCHAR</member></p>
60 <p/>
62 …<p>Note that besides taking the image to be displayed from the bound field, there is another optio…
65 is loaded and set as image source.</p>
67 <p>In a usual data form, the scenario will be as follows:
91 </p>
101 <p>Other components can register as <type scope="com::sun::star::awt">XImageConsumer</type>
[all …]
H A DDatabaseListBox.idl47 <p>The base service for list boxes (<type>ListBox</type>) offers only
49 property, which contains all the strings to be displayed.</p>
51 <p>This service here extends this mimic. It allows to fill the list from a data source.
55 <p>For instance, you may have a form which is bound to a table <em>invoice</em>, and you use it
67 Let's call this result set the list is filled from the <em>list result set</em> here ...</p>
80 <p>When you make a selection from a list box, the "BoundColumn"
95 </dl></p>
97 <p>The bound column property is only used if a list source is defined
104 get the column values.</p>
132 contains the SQL statement which the list result set should be based on.</p>
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetectionFactory.idl49 <p>
53 </p>
62 <p>
76 </p>
83 <p>
88 </p>
110 </p>
122 <p>
125 </p>
132 <p>
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx180 p->Value >>= mnNodeType; in setNode()
184 p->Value >>= maPresetId; in setNode()
196 p->Value >>= maProperty; in setNode()
200 p->Value >>= mnGroupId; in setNode()
203 p++; in setNode()
424 p++; in get_node_type()
457 p++; in setPresetClass()
498 p++; in setNodeType()
539 p++; in setGroupId()
1847 p++; in append()
[all …]
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch301 p++;
317 p++;
324 p++;
394 p++;
396 while (*p) {
401 *w++ = *p++;
708 while (p) {
710 p = p->next;
1138 char *p;
1211 *p = '\0';
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx560 for ( sal_uInt16 p = 0; p < reader.getMethodParameterCount(m); ++p ) { in checkAddInTypes() local
563 reader.getMethodParameterTypeName(m, p))); in checkAddInTypes()
569 msg.append((sal_Int32)p+1); in checkAddInTypes()
658 for ( sal_uInt16 p = 0; p < reader.getMethodParameterCount(m); ++p ) { in generateFunctionParamterMap() local
660 o << " fpm[" << p in generateFunctionParamterMap()
662 << codemaker::convertString(reader.getMethodParameterName(m, p)) in generateFunctionParamterMap()
667 o << " fpm.put(" << p << ", \"" in generateFunctionParamterMap()
669 reader.getMethodParameterName(m, p)) in generateFunctionParamterMap()
672 o << " fpm.put(new Integer(" << p << "), \"" in generateFunctionParamterMap()
674 reader.getMethodParameterName(m, p)) in generateFunctionParamterMap()
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableDataAwareControlModel.idl44 <p>Control models usually have some kind of value property, which reflects the very current
50 reflects the current check state.</p>
52 <p>Usual <type scope="com::sun::star::form">DataAwareControlModel</type>s can be bound to
62 <type scope="com::sun::star::form::component">DataForm</type> column.</p>
64 <p><type>BindableDataAwareControlModel</type>'s additionally support an alternative value
68 <type scope="com::sun::star::form::component">DataForm</type> column).</p>
70 <p>For this, they provide the <type>XBindableValue</type> interface which allows to
71 set an external component to exchange the value with.</p>
102 </p>
104 <p>When a <type>BindableDataAwareControlModel</type> is being bound to an external value,
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DFrame.idl69 <p>
76 </p>
99 <p>
116 </p>
133 <p>
138 </p>
156 <p>
161 </p>
168 <p>
180 </p>
[all …]

Completed in 113 milliseconds

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