Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/trunk/main/sal/workben/
H A Dt_digest.c177 while (*P) in main()
179 rtl_digest_MD2 (*P, strlen(*P), md, sizeof(md)); in main()
192 P++; in main()
200 rtl_digest_MD5 (*P, strlen(*P), md, sizeof(md)); in main()
213 P++; in main()
221 rtl_digest_SHA (*P, strlen(*P), md, sizeof(md)); in main()
234 P++; in main()
262 rtl_digest_SHA1 (*P, strlen(*P), md, sizeof(md)); in main()
275 P++; in main()
321 P++; in main()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DText.idl100 <LI><P>string RedlineAuthor </P></LI>
102 <LI><P>string RedlineComment </P></LI>
103 <LI><P>string RedlineType </P></LI>
104 <LI><P>string RedlineIdentifier </P></LI>
105 <LI><P>boolean IsCollapsed </P></LI>
106 <LI><P>boolean IsStart </P></LI>
107 <LI><P>boolean MergeLastPara </P></LI>
121 <LI><P>string RedlineAuthor </P></LI>
123 <LI><P>string RedlineComment </P></LI>
124 <LI><P>string RedlineType </P></LI>
[all …]
H A DXPagePrintable.idl55 <LI><P>short PageRows - number of rows of pages printed to one page </P>
56 <LI><P>short PageColumns - number of columns of pages printed to one page</P>
57 <LI><P>long LeftMargin - left margin of the page</P>
58 <LI><P>long RightMargin - right margin of the page</P>
59 <LI><P>long TopMargin - top margin of the page</P>
60 <LI><P>long BottomMargin - bottom margin of the page</P>
61 <LI><P>long HoriMargin - margin between rows of pages</P>
62 <LI><P>long VertMargin - margin between columns of pages</P>
63 <LI><P>boolean IsLandscape - determines if the output page is printed in landscape format</P>
H A DRedlinePortion.idl57 <LI><P>Insert - marks an insertion</P>
58 <LI><P>Delete - marks an deletion</P>
59 <LI><P>Format - marks an attribute change</P>
60 <LI><P>TextTable - marks a text table</P>
61 <LI><P>Style - marks an applied style</P>
68 <LI><P>string RedlineAuthor; </P>
69 <LI><P>com::sun::star::util::DateTime RedlineDateTime; </P>
70 <LI><P>string RedlineComment; </P>
71 <LI><P>string RedlineType; </P>
H A DXRedline.idl49 <LI><P>Insert - marks an insertion</P>
50 <LI><P>Delete - marks an deletion</P>
51 <LI><P>Format - marks an attribute change</P>
52 <LI><P>TextTable - marks a text table</P>
53 <LI><P>Style - marks an applied style</P>
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXHyphenator.idl66 possible hyphenation positions within a word.</P>
71 it is after the first and before the last character.</P>
75 MinLeading, MinTrailing and MinWordLength.</P>
87 to left.</P>
101 exception is raised.</P>
107 <P>It has to be greater than or equal to 0.</P>
134 alternative spelling position.</P>
149 exception is raised.</P>
154 <P>If the length of the word is n, the value of this
155 parameter has to be in the range from 0 to n-2.</P>
[all …]
H A DXDictionary.idl53 <P>Personal dictionaries are used to supply additional
64 proposal for a word to be used instead of the one being used.</P>
140 <P>If an entry already exists, the dictionary remains unchanged
141 and <FALSE/> will be returned.</P>
143 <P>In positive dictionaries only positive entries
144 can be made, and in negative ones only negative entries.</P>
161 <P>If an entry already exists, the dictionary remains unchanged
162 and <FALSE/> will be returned.</P>
164 <P>In positive dictionaries only positive entries
165 can be made, and in negative ones only negative entries.</P>
[all …]
H A DXDictionaryList.idl45 <P>A dictionary-list may be given to a spellchecker or hyphenator
48 those purposes.</P>
90 <P>Additionally, the dictionary-list will add itself to the list of dictionary
91 event listeners of that dictionary.</P>
108 <P>If the dictionary is still active, it will be deactivated
110 dictionary event listeners of the dictionary.</P>
127 <P>On dictionary-list events, each entry in the listener list will
169 <P>The request level for event buffering is an integer
172 until the next flushing of the buffer.</P>
188 <P>There should be one matching endCollectEvents call for every
[all …]
H A DXLinguServiceManager.idl50 <P>This interface is used to access spellchecker, hyphenator, and
55 be used for a specific language.</P>
57 <P>
66 </P>
68 <P> For the thesaurus, the behavior is the same when no meaning was found.
69 </P>
104 <P>The listeners may support one or both of
109 </P>
H A DXDictionaryEntry.idl41 <P>A dictionary entry can supply a word and its hyhenation
44 be used instead of the entry word.</P>
46 <P>Hyphenation positions are represented by an '=' in the word.
50 service alone).</P>
52 <P>Entries whose words only differ in hyphenation are considered
54 difference.</P>
H A DXHyphenatedWord.idl42 <P>This interface is used as a return value for some of the hyphenator
43 functions.</P>
70 <P>The value has to be in the range from 0 (after the first character)
72 the word.</P>
89 <P>The value has to be in the range from 0 (after the first character)
91 the hyphenated word.</P>
/trunk/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx292 template<class T, class P> inline bool operator==( const cow_wrapper<T,P>& a, in operator ==()
293 const cow_wrapper<T,P>& b ) in operator ==()
298 template<class T, class P> inline bool operator!=( const cow_wrapper<T,P>& a, in operator !=()
299 const cow_wrapper<T,P>& b ) in operator !=()
304 template<class A, class B, class P> inline bool operator<( const cow_wrapper<A,P>& a, in operator <()
305 const cow_wrapper<B,P>& b ) in operator <()
310 template<class T, class P> inline void swap( cow_wrapper<T,P>& a, in swap()
311 cow_wrapper<T,P>& b ) in swap()
317 template<class T, class P> inline T * get_pointer( const cow_wrapper<T,P>& r ) in get_pointer()
/trunk/main/instsetoo_native/util/
H A Dmakefile.mk273 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) openoffice_$L.$P)) .PHONY :
285 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) openofficedev_$L.$P)) .PHONY :
295 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) openofficebeta_$L.$P)) .PHONY :
305 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) ooolanguagepack_$L.$P)) .PHONY :
319 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) ooodevlanguagepack_$L.$P)) .PHONY :
323 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) sdkoo_$L.$P)) .PHONY :
327 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) sdkoobeta_$L.$P)) .PHONY :
331 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) sdkoodev_$L.$P)) .PHONY :
376 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) patch-create_$L.$P)) .PHONY :
401 $(foreach,P,$(PACKAGE_FORMATS) $(foreach,L,$(alllangiso) patch-check_$L.$P)) .PHONY :
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DKeyRule.idl48 <P>
55 </P>
56 <P>
63 </P>
82 <P>
88 </P>
89 <P>
95 </P>
114 <P>
142 <P>
[all …]
H A DIndexType.idl41 <P>
44 </P>
56 <P>
58 </P>
70 <P>
72 </P>
84 <P>
88 </P>
/trunk/main/autodoc/inc/cosv/tpl/
H A Dfuncall.hxx171 template <class R, class C, class P>
175 typedef R (C::* function_type )(P&) const;
183 P & i_p) in fc_pm_co()
187 P & p;
245 template <class R, class C, class P>
246 inline func::fc_pm_co<R,C,P>
247 make_func( R(C::*i_f)(P &) const, P & i_p) in make_func()
249 return func::fc_pm_co<R,C,P>(i_f, i_p); in make_func()
/trunk/main/stlport/systemstl/
H A Dfunctional50 …mplate<typename P> struct select1st : public unary_function<P, typename P::first_type> { const typ…
51 …plate<typename P> struct select2nd : public unary_function<P, typename P::second_type> { const typ…
/trunk/main/sysui/desktop/solaris/
H A Ddepend1 P SUNWcar Core Architecture, (Root)
2 P SUNWkvm Core Architecture, (Kvm)
3 P SUNWcsr Core Solaris, (Root)
4 P SUNWcsu Core Solaris, (Usr)
5 P SUNWcsd Core Solaris Devices
6 P SUNWcsl Core Solaris, (Shared Libs)
7 P SUNWloc System Localization
/trunk/main/extensions/stardiv/fontest/
H A Dfontest.idl48 <P>
54 </P>
59 <P>
63 </P>
68 <P>
74 </P>
79 <P>
85 </P>
/trunk/main/extensions/stardiv/oinstchk/
H A Doinstchk.idl46 <P>
52 </P>
57 <P>
61 </P>
66 <P>
72 </P>
77 <P>
83 </P>
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DBibliography.idl68 <LI><P>[property] short SortKey;</P>
70 <LI><P>Determines the bibliography field that is used to sort by.</P>
72 <LI><P>[property] boolean IsSortAscending;</P>
74 <LI><P>Determines wheter the sorting is ascending or descending.
75 It uses the type <type scope="com::sun::star::text">BibliographyDataField</type></P>
/trunk/main/offapi/com/sun/star/resource/
H A DXResourceBundle.idl62 <P> One resource bundle is, conceptually, a set of related services
74 <P>
84 <P>
90 <P>
106 <P>The resource bundle lookup searches for services with various
119 <P> For example, if the current default locale is <TT>en_US</TT>, the
129 <P> The result of the lookup is a service, but that service may be
134 <P> The base service <strong>must</strong> be fully qualified (for
138 <P> Resource bundles contain key/value pairs. The keys uniquely
176 <P> <STRONG>NOTE:</STRONG> You should always supply a base service
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx1274 SgfFontOne* P; in RausList() local
1276 P=pList; in RausList()
1277 while (P!=NULL) { in RausList()
1278 P1=P->Next; in RausList()
1279 delete P; in RausList()
1280 P=P1; in RausList()
1313 if (Last!=NULL) Last->Next=P; else pList=P; Last=P; // einklinken in ReadList()
1323 SgfFontOne* P; in GetFontDesc() local
1324 P=pList; in GetFontDesc()
1325 while (P!=NULL && P->IFID!=ID) P=P->Next; in GetFontDesc()
[all …]
/trunk/main/offapi/com/sun/star/task/
H A DPasswordRequestMode.idl41 <P>
44 </P>
52 <P>
54 </P>
62 <P>
65 </P>
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DInteractionHandler.idl38 <P>The well known requests handled by this service include
46 them).</P>
48 <P>The continuation restrictions are as follows: Let <VAR>C</VAR> be the
64 </UL></P>
80 <P>The arguments must be a sequence of
91 </UL></P>

Completed in 84 milliseconds

12345678910>>...12