| /trunk/main/offapi/com/sun/star/style/ |
| H A D | CharacterProperties.idl | 49 /** This is a set of properties to describe the style of characters.@see ParagraphProperties 99 characters. 109 /** This value contains the height of the characters in point. 140 pairs of characters to make the text look better.</p> 168 /** This property is <TRUE/> if the characters are crossed out. 174 /** If this optional property is <TRUE/>, then the characters are flashing. 195 characters. 207 /** This optional property marks a range of characters to prevent it from 210 <p> A line break is applied before the range of characters if 217 /** This optional property marks a range of characters to ignore a line [all …]
|
| H A D | CaseMap.idl | 35 formatting and displaying characters. 42 /** The case of the characters is unchanged. 49 /** All characters are put in upper case. 56 /** All characters are put in lower case. 70 /** All characters are put in upper case, but with a smaller font height.
|
| /trunk/test/testuno/source/api/i18n/ |
| H A D | XCharacterClassificationTest.java | 143 char[] characters = new char[]{586,65,97,498,721,4588,772,8413,3404}; in _toUpper() local 144 String toCheck = new String(characters); in _toUpper() 174 char[] characters = new char[]{586,65,97,498,721,4588,772,8413,3404}; in _toLower() local 175 String toCheck = new String(characters); in _toLower() 242 char[] characters = new char[]{888,65,97,498,721,4588,772,8413,3404, in _getType() local 245 String toCheck = new String(characters); in _getType() 247 for (int i=0;i<characters.length;i++) { in _getType() 251 System.out.println("Code: " + Integer.toHexString((int)characters[i])); in _getType() 362 char[] characters = new char[]{65,128,256,384,592,750,773,924,1030,1331,1448, in _getScript() local 369 String toCheck = new String(characters); in _getScript() [all …]
|
| /trunk/main/offapi/com/sun/star/i18n/ |
| H A D | NativeNumberMode.idl | 62 Chinese: Chinese lower case characters; CAL: 1/7/7 [DBNum1] <br/> 63 Japanese: short Kanji characters [DBNum1]; CAL: 1/4/4 [DBNum1] <br/> 64 Korean: Korean lower case characters [DBNum1]; CAL: 1/7/7 [DBNum1] <br/> 65 Thai: Thai characters <br/> 66 Arabic: Indic characters <br/> 67 Indic: Indic characters 72 Chinese: Chinese upper case characters; CAL: 2/8/8 [DBNum2] <br/> 73 Japanese: traditional Kanji characters; CAL: 2/5/5 [DBNum2] <br/> 74 Korean: Korean upper case characters [DBNum2]; CAL: 2/8/8 [DBNum2] 121 Korean: Hangul characters
|
| H A D | XCharacterClassification.idl | 134 characters the string contains, each flag value being one of 148 additionally contain characters of 179 allowed characters a name or identifier may start with. 182 A set of additionally allowed characters a name or 187 allowed characters a name or identifier may continue with. 190 A set of additionally allowed characters a name or 198 // Continuing characters may be any alphanumeric or underscore or dot. 200 // No further characters assumed to be contained in an identifier 248 // only allowed characters. 252 // No further characters assumed to be contained in an identifier start. [all …]
|
| H A D | WordType.idl | 44 collection of alphanumeric characters, or collection of 45 non-alphanumeric characters. 50 collection of alphanumeric characters, or collection of 51 non-alphanumeric characters except blanks. 56 characters and some punctuations, like dot for abbreviation.
|
| H A D | XForbiddenCharacters.idl | 45 <p> In some languages, particular characters are not allowed to be 52 /** returns the forbidden characters for a given locale. 59 /** determines if forbidden characters are set for a given locale. 65 /** sets the forbidden characters for a given Locale. 72 /** removes the setting of forbidden characters for a given locale.
|
| H A D | ScriptType.idl | 41 /// Latin characters (English, ...) 44 /// Asian characters (Japanese, ...) 47 /// Complex characters (Arabic, ...) 50 /// undefined characters (punctuation, ...)
|
| /trunk/main/offapi/com/sun/star/sheet/ |
| H A D | TableAutoFormatField.idl | 153 /** contains the height of characters of the western font in point. 157 /** contains the height of characters of the asian font in point. 161 /** contains the height of characters of the complex font in point. 167 /** contains the value for the weight of characters of the western font. 171 /** contains the value for the weight of characters of the asian font. 175 /** contains the value for the weight of characters of the complex font. 181 /** contains the value of the posture of characters of the western font. 185 /** contains the value of the posture of characters of the asian font. 189 /** contains the value of the posture of characters of the comlex font. 201 /** is <TRUE/> if the characters are crossed out. [all …]
|
| H A D | FormulaMapGroupSpecialOffset.idl | 149 describe whitespace characters within the string representation of a 152 <p>Whitespace characters in formulas are used for readability and do 157 of space characters.</p> 160 characters than simple space characters (e.g. line feeds, horizontal
|
| /trunk/main/offapi/com/sun/star/frame/ |
| H A D | XLayoutManager.idl | 73 "private:resource/$type/$name". It is only allowed to use ascii characters 171 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and 181 characters for type and name. 190 ascii characters for type and 210 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and 237 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and 249 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and 261 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and 294 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and 306 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and [all …]
|
| /trunk/main/offapi/com/sun/star/text/ |
| H A D | XTextCursor.idl | 61 /** moves the cursor the specified number of characters to the left. 64 the number of characters to move. 76 5 characters but it is only possible to move 3 <FALSE/> will 77 be returned and the cursor moves only those 3 characters.<p> 84 /** moves the cursor the specified number of characters to the right. 87 the number of characters to move. 99 5 characters but it is only possible to move 3 <FALSE/> will 100 be returned and the cursor moves only those 3 characters.<p>
|
| /trunk/main/offapi/com/sun/star/awt/ |
| H A D | FontStrikeout.idl | 41 /** specifies not to strike out the characters. 47 /** specifies to strike out the characters with a single line. 53 /** specifies to strike out the characters with a double line. 65 /** specifies to strike out the characters with a bold line. 71 /** specifies to strike out the characters with slashes. 77 /** specifies to strike out the characters with X's.
|
| H A D | XFont.idl | 76 /** returns the widths of the specified characters. 79 a sequence of the widths of subsequent characters for this font. 88 the width of the specified string of characters 98 the width of the specified string of characters
|
| /trunk/main/offapi/com/sun/star/report/ |
| H A D | XReportControlFormat.idl | 140 /** If this optional property is <TRUE/>, then the characters are invisible. 151 /** specifies if the characters are formatted and 160 /** specifies if the characters are formatted and 189 characters. 200 characters in units of percent. 201 For subscript characters the value is negative and for 202 superscript characters positive. 212 pairs of characters to make the text look better.</p> 220 /** optional property which contains the value of the kerning of the characters. 228 /** If this optional property is <TRUE/>, then the characters are flashing. [all …]
|
| /trunk/main/sax/test/sax/ |
| H A D | testwriter.cxx | 441 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph() 446 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph() 483 r->characters( OUString( RTL_CONSTASCII_USTRINGPARAM("huhu")) ); in testSimple() 490 r->characters( OUString( RTL_CONSTASCII_USTRINGPARAM("ü")) ); in testSimple() 499 r->characters( in testSimple() 506 r->characters( OUString( RTL_CONSTASCII_USTRINGPARAM(">fsfsdf<")) ); in testSimple() 582 r->characters( o ); in testExceptions() 661 r->characters( testParagraph ); in testPerformance()
|
| /trunk/main/svx/source/stbctrls/ |
| H A D | stbctrls.src | 31 // 'Insert' shortened to max. 5 characters 36 // 'Overwrite' shortened to max. 5 characters 41 // 'Standard' shortened to max. 3 characters 46 // 'Extended' shortened to max. 3 characters 51 // 'Added' shortened to max. 3 characters 57 // 'Block' shortened to max. 3 characters
|
| /trunk/main/extensions/test/sax/ |
| H A D | testwriter.cxx | 552 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph() 557 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph() 591 r->characters( L"huhu" ); in testSimple() 598 r->characters( L"ü" ); in testSimple() 607 r->characters( in testSimple() 614 r->characters( L">fsfsdf<" ); in testSimple() 747 r->characters( testParagraph ); in testPerformance()
|
| /trunk/main/filter/source/xsltfilter/ |
| H A D | uof2merge.cxx | 165 virtual void SAL_CALL characters( const ::rtl::OUString& rElemName ); 240 void SAL_CALL UOF2FlatDocMergeHandler::characters( const ::rtl::OUString& rElemName ) in characters() function in XSLT::UOF2FlatDocMergeHandler 242 m_rUOF2Merge.getSaxWriter()->characters(rElemName); in characters() 299 virtual void SAL_CALL characters( const ::rtl::OUString& rChars ); 345 void SAL_CALL UOF2ObjdataXMLDocMergeHandler::characters( const ::rtl::OUString& rChars ) in characters() function in XSLT::UOF2ObjdataXMLDocMergeHandler 352 UOF2FlatDocMergeHandler::characters(sBuffer.makeStringAndClear()); in characters() 355 UOF2FlatDocMergeHandler::characters(rChars); in characters()
|
| /trunk/main/sax/test/ |
| H A D | saxdemo.cxx | 188 virtual void SAL_CALL characters(const OUString& aChars) in characters() function in TestDocumentHandler 416 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraphHelper() 421 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraphHelper() 592 r->characters( OUString( RTL_CONSTASCII_USTRINGPARAM("huhu")) ); in main() 599 r->characters( OUString( RTL_CONSTASCII_USTRINGPARAM("ü")) ); in main() 604 r->characters( OUString( RTL_CONSTASCII_USTRINGPARAM(" > foo < ")) ); in main()
|
| /trunk/main/framework/inc/xml/ |
| H A D | menudocumenthandler.hxx | 73 virtual void SAL_CALL characters(const rtl::OUString& aChars) = 0; 125 virtual void SAL_CALL characters(const rtl::OUString& aChars); 160 virtual void SAL_CALL characters(const rtl::OUString& aChars); 191 virtual void SAL_CALL characters(const rtl::OUString& aChars); 220 virtual void SAL_CALL characters(const rtl::OUString& aChars);
|
| /trunk/main/starmath/source/ |
| H A D | mathmlexport.cxx | 673 GetDocHandler()->characters(OUString( aText )); in _ExportContent() 802 GetDocHandler()->characters(nArse); in ExportExpression() 864 GetDocHandler()->characters(nArse); in ExportMath() 893 GetDocHandler()->characters(OUString(pTemp->GetText().GetBuffer())); in ExportText() 908 GetDocHandler()->characters( OUString() ); in ExportBlank() 1130 GetDocHandler()->characters(pTemp->GetText()); in ExportOperator() 1167 GetDocHandler()->characters( in ExportAttributes() 1172 GetDocHandler()->characters(nArse); in ExportAttributes() 1181 GetDocHandler()->characters( in ExportAttributes() 1186 GetDocHandler()->characters(nArse); in ExportAttributes()
|
| /trunk/main/offapi/com/sun/star/sdb/tools/ |
| H A D | XObjectNames.idl | 48 the characters allowed in the object names of a connection. Also, it 103 allowed by the SQL-92 standard, nor part of the special characters supported 142 <p>For tables, the name must consist of characters allowed by the SQL-92 standard, 143 plus characters allowed by the connection as extra name characters.</p> 145 <p>For queries, names are nearly arbitrary, except that usual quoting characters
|
| /trunk/main/offapi/com/sun/star/xml/input/ |
| H A D | XElement.idl | 81 /** Called upon retrieval of characters. 84 characters 86 void characters( [in] string chars ) 92 white space characters
|
| /trunk/main/offapi/com/sun/star/view/ |
| H A D | XViewCursor.idl | 77 /** moves the cursor the specified number of characters to the left. 80 specifies the number of characters to move. 92 /** moves the cursor the specified number of characters to the right. 95 specifies the number of characters to move.
|