Home
last modified time | relevance | path

Searched refs:getCharacter (Results 176 – 200 of 490) sorted by relevance

12345678910>>...20

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/keys/
H A DCharacterKey.java165 public char getCharacter() { in getCharacter() method in CharacterKey
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/PlatformSupport/
H A DXalanTranscodingServices.hpp296 getCharacter() const in getCharacter() function in XALAN_CPP_NAMESPACE::XalanTranscodingServices::UnrepresentableCharacterException
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/bidi/
H A DTextInterval.java80 return new String(new char[] {((Character) fn) .getCharacter()}); in getText()
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_dataobject.pas169 function getCharacter(const APath : string) : TSDOChar;overload; in getCharacter() function
406 function getCharacter() : TSDOChar;overload; in getCharacter() function
466 function getCharacter(const AIndex : PtrInt) : TSDOChar;overload; in getCharacter() function
908 Result := getCharacter(getProperty(APropertyIndex));
911 function TSDOBaseDataObject.getCharacter(const APath: string): TSDOChar; in TSDOBaseDataObject.getCharacter() function
919 Result := locCtx.ListItem.getCharacter()
921 Result := locCtx.PropertyOwner.getCharacter(locCtx.CurrentProperty);
3390 function TSDODataObjectList.getCharacter() : TSDOChar; in TSDODataObjectList.getCharacter() function
3393 Result := FField.getCharacter(GetData(FCursor.GetCurrent()),0);
3402 function TSDODataObjectList.getCharacter(const AIndex: PtrInt): TSDOChar; in TSDODataObjectList.getCharacter() function
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_dataobject.pas169 function getCharacter(const APath : string) : TSDOChar;overload; in getCharacter() function
406 function getCharacter() : TSDOChar;overload; in getCharacter() function
466 function getCharacter(const AIndex : PtrInt) : TSDOChar;overload; in getCharacter() function
908 Result := getCharacter(getProperty(APropertyIndex));
911 function TSDOBaseDataObject.getCharacter(const APath: string): TSDOChar; in TSDOBaseDataObject.getCharacter() function
919 Result := locCtx.ListItem.getCharacter()
921 Result := locCtx.PropertyOwner.getCharacter(locCtx.CurrentProperty);
3390 function TSDODataObjectList.getCharacter() : TSDOChar; in TSDODataObjectList.getCharacter() function
3393 Result := FField.getCharacter(GetData(FCursor.GetCurrent()),0);
3402 function TSDODataObjectList.getCharacter(const AIndex: PtrInt): TSDOChar; in TSDODataObjectList.getCharacter() function
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/test/accessibility/
H A DAccessibleTextHandler.java255 aChars.append( xText.getCharacter(i) ); in characters()
299 if( (nIndex >= 0) && (nIndex < xText.getCharacter(i)) ) in bounds()
300 aBuffer.append( xText.getCharacter(nIndex) ); in bounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/test/accessibility/
H A DAccessibleTextHandler.java255 aChars.append( xText.getCharacter(i) ); in characters()
299 if( (nIndex >= 0) && (nIndex < xText.getCharacter(i)) ) in bounds()
300 aBuffer.append( xText.getCharacter(nIndex) ); in bounds()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A DAccessibleStaticTextBase.hxx182 virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A DAccessibleStaticTextBase.hxx181 virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/inc/extended/
H A DAccessibleBrowseBoxTableCell.hxx106 virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) override;
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/type1/
H A DCharMetricsHandler.java105 NamedCharacter namedChar = chm.getCharacter(); in parse()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/sql/
H A DSqlQueryAssembler.java86 …this.escapeVariables = new DoEscapeSubstitutionVariables(quoteSymbol.getCharacter(),quoteSymbol.ge… in injectComponent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleText.java225 oObj.getCharacter(-1); in _getCharacter()
235 oObj.getCharacter(chCount); in _getCharacter()
249 char ch = oObj.getCharacter(i); in _getCharacter()
397 log.println("Text at this place: "+oObj.getCharacter(i)); in _getCharacterBounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleText.java225 oObj.getCharacter(-1); in _getCharacter()
235 oObj.getCharacter(chCount); in _getCharacter()
249 char ch = oObj.getCharacter(i); in _getCharacter()
397 log.println("Text at this place: "+oObj.getCharacter(i)); in _getCharacterBounds()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.unknown.ScAccessibleCsvCell.csv12 "ScAccessibleCsvCell";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.unknown.ScAccessibleCsvRuler.csv12 "ScAccessibleCsvRuler";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/inc/extended/
H A DAccessibleBrowseBoxTableCell.hxx103 virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) override;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/fonts/
H A Djuce_GlyphArrangement.h58 juce_wchar getCharacter() const noexcept { return character; } in getCharacter() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/fonts/
H A Djuce_GlyphArrangement.h58 juce_wchar getCharacter() const noexcept { return character; } in getCharacter() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccnotextframe.hxx93 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) override;//Shen Zhen Jie changed sal…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/inc/standard/
H A Dvclxaccessiblemenuitem.hxx77 virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) final override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccnotextframe.hxx92 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) override;//Shen Zhen Jie changed sal…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.unknown.ScAccessibleCsvCell.csv12 "ScAccessibleCsvCell";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.unknown.ScAccessibleCsvRuler.csv12 "ScAccessibleCsvRuler";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
/dports/print/lyx/lyx-2.3.4.2/src/
H A DBullet.cpp105 int Bullet::getCharacter() const in getCharacter() function in lyx::Bullet

12345678910>>...20