Home
last modified time | relevance | path

Searched refs:characters (Results 51 – 75 of 493) sorted by relevance

12345678910>>...20

/trunk/main/offapi/com/sun/star/util/
H A DSearchFlags.idl109 characters had been inserted and an additional operation would
119 differently. Additionally, swapped characters are counted as one
125 2 characters had been inserted and an additional replacement is
H A DXSearchDescriptor.idl43 the string of characters to search for.
48 /** sets the string of characters to look for.
/trunk/main/offapi/com/sun/star/i18n/
H A DKParseTokens.idl34 These constants specify the characters a name or identifier token to
67 /// Special value to allow control characters (0x00 < char < 0x20)
71 characters. <strong>Not</strong> set in
H A DCharacterIteratorMode.idl39 /// skip characters
45 /// skip control characters
H A DLineBreakUserOptions.idl42 /// If the forbidden characters rules are to be applied or not.
45 /** If punctuation characters are allowed at the end of the line if
/trunk/main/shell/source/all/ooofilereader/
H A Dsimpletag.cxx40 void CSimpleTag::addCharacters(const std::wstring& characters) in addCharacters() argument
42 m_SimpleContent += characters; in addCharacters()
H A Dkeywordstag.cxx40 void CKeywordsTag::addCharacters(const std::wstring& characters) in addCharacters() argument
42 m_sCurrentKeyword += characters; in addCharacters()
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DStrConv-test.log4 ITEM Assertion OK : Converts the string to uppercase characters:ABC EFG HIJ
5 ITEM Assertion OK : Converts the string to lowercase characters:abc efg hij
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DStrConv-test.log4 ITEM Assertion OK : Converts the string to uppercase characters:ABC EFG HIJ
5 ITEM Assertion OK : Converts the string to lowercase characters:abc efg hij
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DStrConv-test.log4 ITEM Assertion OK : Converts the string to uppercase characters:ABC EFG HIJ
5 ITEM Assertion OK : Converts the string to lowercase characters:abc efg hij
/trunk/main/unoxml/source/dom/
H A Dtext.cxx44 i_xHandler->characters(getData()); in saxify()
53 io_rContext.mxCurrentHandler->characters( getData() ); in fastSaxify()
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx156 void BasicElementBase::characters( const ::rtl::OUString& /*rChars*/ ) in characters() function in xmlscript::BasicElementBase
466 void BasicSourceCodeElement::characters( const ::rtl::OUString& rChars ) in characters() function in xmlscript::BasicSourceCodeElement
795 void XMLBasicImporterBase::characters( const ::rtl::OUString& aChars ) in characters() function in xmlscript::XMLBasicImporterBase
801 m_xHandler->characters( aChars ); in characters()
/trunk/main/xmloff/source/transform/
H A DIgnoreTContext.cxx100 GetTransformer().GetDocHandler()->characters( rChars ); in Characters()
102 GetTransformer().GetDocHandler()->characters( rChars ); in Characters()
/trunk/main/xmloff/source/core/
H A DXMLBasicExportFilter.cxx86 void XMLBasicExportFilter::characters( const ::rtl::OUString& aChars ) in characters() function in XMLBasicExportFilter
90 m_xHandler->characters( aChars ); in characters()
H A DXMLEmbeddedObjectExportFilter.cxx76 void SAL_CALL XMLEmbeddedObjectExportFilter::characters( const OUString& rChars ) in characters() function in XMLEmbeddedObjectExportFilter
79 xHandler->characters( rChars ); in characters()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java826 private short characters = 0; field in Paragraph.LineDescriptor
832 characters = chars; in LineDescriptor()
842 bos.write(EndianConverter.writeShort(characters)); in getDescriptorInfo()
/trunk/main/i18npool/source/breakiterator/data/
H A Dline.txt98 # characters requiring dictionary break.
103 # Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
172 # CAN_CM is the set of characters that may combine with CM combining chars.
228 # LB 11 Do not break before or after WORD JOINER & related characters.
238 # LB 12 Do not break before or after NBSP and related characters.
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLanguageGuessing.idl96 <li>sh : Serbian (written with latin characters)</li>
97 <li>sk-SK : Slovak (written with latin characters)</li>
100 <li>sr : Serbian (written with cyrillic characters) (added with OpenOffice 3.4)</li>
/trunk/main/offapi/com/sun/star/text/textfield/
H A DCombinedCharacters.idl34 /** specifies service of a text field to combine 1 to 6 characters that are treated
41 /** contains the characters to be combined.
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx1342 void SAL_CALL SAXEventKeeperImpl::characters( const rtl::OUString& aChars ) in characters() function in SAXEventKeeperImpl
1349 m_xNextHandler->characters(aChars); in characters()
1356 m_xDocumentHandler->characters(aChars); in characters()
1367 characters( aWhitespaces ); in ignorableWhitespace()
/trunk/main/offapi/com/sun/star/security/
H A DCertificateCharacters.idl37 * Constant definition of a certificate characters.
39 * The certificate characters will be defined as bit-wise constants.
/trunk/main/offapi/com/sun/star/awt/
H A DFontEmphasisMark.idl73 characters.
80 characters.
/trunk/main/configmgr/source/
H A Dxcdparser.cxx175 void XcdParser::characters(xmlreader::Span const & text) { in characters() function in configmgr::XcdParser
177 nestedParser_->characters(text); in characters()
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm125 if( [[pEvent characters] isEqualToString: @"<"] ||
126 [[pEvent characters] isEqualToString: @"~"] )
131 else if( [[pEvent characters] isEqualToString: @">"] ||
132 [[pEvent characters] isEqualToString: @"`"] )
/trunk/main/oox/source/dump/
H A Ddumperbase.ini27 # - Whitespace characters are generally stripped, e.g. at start and end of
30 # whitespace characters are ignored.
68 # whitespace characters.
97 # enclosed in single quote (') characters. Default is false.

Completed in 103 milliseconds

12345678910>>...20