Lines Matching refs:in

8  * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
92 string toUpper( [in] string aText, [in] long nPos, [in] long nCount,
93 [in] com::sun::star::lang::Locale aLocale );
99 string toLower( [in] string aText, [in] long nPos, [in] long nCount,
100 [in] com::sun::star::lang::Locale aLocale );
106 string toTitle( [in] string aText, [in] long nPos, [in] long nCount,
107 [in] com::sun::star::lang::Locale aLocale );
111 short getType( [in] string aText, [in] long nPos );
117 short getCharacterDirection( [in] string aText, [in] long nPos );
121 short getScript( [in] string aText, [in] long nPos );
125 long getCharacterType( [in] string aText, [in] long nPos,
126 [in] com::sun::star::lang::Locale aLocale );
137 long getStringType( [in] string aText, [in] long nPos, [in] long nCount,
138 [in] com::sun::star::lang::Locale aLocale );
146 <type>KParseTokens</type> criteria passed in
164 <const>KParseType::IDENTNAME</const> are set in
200 // No further characters assumed to be contained in an identifier
222 [in] string aText,
223 [in] long nPos,
224 [in] com::sun::star::lang::Locale aLocale,
225 [in] long nStartCharFlags,
226 [in] string aUserDefinedCharactersStart,
227 [in] long nContCharFlags,
228 [in] string aUserDefinedCharactersCont
236 <p> Other parameters are the same as in
252 // No further characters assumed to be contained in an identifier start.
268 [in] long nTokenType,
269 [in] string aText,
270 [in] long nPos,
271 [in] com::sun::star::lang::Locale aLocale,
272 [in] long nStartCharFlags,
273 [in] string aUserDefinedCharactersStart,
274 [in] long nContCharFlags,
275 [in] string aUserDefinedCharactersCont