Home
last modified time | relevance | path

Searched refs:characters (Results 101 – 125 of 493) sorted by relevance

12345678910>>...20

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java85 char[] characters = new char[] { 19968 }; in _getIndexKey() local
86 String getIndexFor = new String(characters); in _getIndexKey()
/trunk/main/sw/source/ui/misc/
H A Dpggrid.src59 Text [ en-US ] = "Grid (lines and characters)" ;
66 Text [ en-US ] = "~Snap to characters" ;
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx179 virtual void SAL_CALL characters(
729 void DocumentHandlerImpl::characters( OUString const & rChars ) in characters() function in xmlscript::DocumentHandlerImpl
734 xCurrentElement->characters( rChars ); in characters()
/trunk/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl42 not always a one to one mapping between characters. Transliteration
263 /** Transliterate one set of characters to another.
278 pairs of characters to represent a range.
/trunk/main/toolkit/source/layout/core/
H A Dimport.hxx204 virtual void SAL_CALL characters( ::rtl::OUString const & /* rChars */ ) in characters() function in layoutimpl::ElementBase
239 virtual void SAL_CALL characters( ::rtl::OUString const & /* rChars */ )
/trunk/main/offapi/com/sun/star/style/
H A DParagraphProperties.idl238 /** specifies whether the first characters of the
395 /** specifies the maximum number of characters to remain before the
401 /** specifies the maximum number of characters to remain after the
/trunk/main/uui/source/
H A Dids.src135 Text [ en-US ] = "$(ARG1) contains invalid characters." ;
165 Text [ en-US ] = "$(ARG1) contains misplaced characters." ;
170 Text [ en-US ] = "The name $(ARG1) contains too many characters." ;
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTextMarkup.idl111 index is out of range [0..number of characters in the text).</p>
123 If character index is in range [0..number of characters in the text-1],
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx221 void SAL_CALL ShapeContextHandler::characters(const ::rtl::OUString & aChars) in characters() function in oox::shape::ShapeContextHandler
227 xContextHandler->characters(aChars); in characters()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXClob.idl103 /** returns the number of characters in the
130 consecutive characters.
/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionexport.cxx253 xHandler->characters( rValue ); in addProperty()
284 xHandler->characters( rValue ); in addLocaleProperty()
/trunk/main/sc/source/ui/src/
H A Dscerrors.src103 …Text [ en-US ] = "Cell $(ARG1) contains characters that are not representable in the selected targ…
156 …Text [ en-US ] = "The following characters could not be converted to the selected character set\na…
/trunk/main/offapi/com/sun/star/table/
H A DCellProperties.idl160 characters are printed in horizontal orientation instead of all
161 characters.
/trunk/main/sw/source/ui/utlui/
H A Dutlui.src162 Text [ en-US ] = "Input of alphanumeric characters" ;
166 Text [ en-US ] = "Input of non-alphanumeric characters" ;
/trunk/main/reportdesign/source/filter/xml/
H A DxmlImportDocumentHandler.cxx313 void SAL_CALL ImportDocumentHandler::characters(const ::rtl::OUString & aChars) throw (uno::Runtime… in characters() function in rptxml::ImportDocumentHandler
315 m_xDelegatee->characters(aChars); in characters()
/trunk/main/offapi/com/sun/star/text/
H A DGenericTextDocument.idl209 /** contains the count of all characters in the document.
228 /** contains a string that consists of characters that mark the
H A DViewSettings.idl229 /** If this property is <TRUE/>, hidden characters are displayed
235 /** If this property is <TRUE/>, the settings of nonprinting characters are applied.
/trunk/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl1066 sub characters( $ ) subroutine
1172 characters( $data ) if ( defined( $data ) && $data ne "" );
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl107 /** indicates that the name of a query contains quote characters.
110 with a name which contains one of the possible database quote characters.
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx70 virtual void SAL_CALL characters(const OUString& aChars) throw( SAXException, RuntimeException );
294 void SAL_CALL ConfigHandler::characters(const OUString& aChars) throw( SAXException, RuntimeExcepti… in characters() function in ConfigHandler
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXHyphenator.idl68 <P>A hyphenation position for a word with n characters is represented
104 specifies the maximum number of characters to remain
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.src380 Message [ en-US ] = "The fully qualified file cannot be longer than \'#\' characters." ;
432 … default names could be set for the database files. The total length is more than 40 characters." ;
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx315 void SAL_CALL OOXMLFastContextHandler::characters in characters() function in writerfilter::ooxml::OOXMLFastContextHandler
326 OOXMLFactory::getInstance()->characters(this, rString); in lcl_characters()
2020 mrShapeContext->characters(aChars); in lcl_characters()
2183 mxContext->characters(aChars); in lcl_characters()
/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java948 public void characters(String str) in characters() method in XMLSecurityFrameworkController
951 m_xExportHandler.characters(str); in characters()
/trunk/main/shell/source/all/ooofilereader/
H A Ditag.hxx42 virtual void addCharacters(const std::wstring& characters) = 0;

Completed in 87 milliseconds

12345678910>>...20