Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 82) sorted by last modified time

1234

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java192 private int char2int(char ch) { in char2int()
237 char ch = parseString.charAt(index); in column() local
267 char ch = parseString.charAt(index); in row() local
H A DFormulaParser.java271 Character ch = new Character(look); in factor() local
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2546 sal_uInt16 MapChar(TrueTypeFont *ttf, sal_uInt16 ch, int bvertical) in MapChar()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx159 #define Uni_UTF32ToSurrogate1(ch) (((unsigned long) (ch) - 0x10000) / 0x400 + 0xD800) argument
160 #define Uni_UTF32ToSurrogate2(ch) (((unsigned long) (ch) - 0x10000) % 0x400 + 0xDC00) argument
/trunk/main/sc/source/core/data/
H A Dcell.cxx886 sal_Unicode ch('='); in GetFormula() local
/trunk/main/oox/source/core/
H A Drelationshandler.cxx109 sal_Unicode ch = path[i]; in removeDuplicateSlashes() local
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1569 sal_Unicode ch = *p++; in Sylk2Doc() local
1689 sal_Unicode ch = *p++; in Sylk2Doc() local
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java895 int ch = 0; in runBatch() local
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java540 char ch; in parseUnoUrlWithOfficePath() local
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java382 char ch; in parseUnoUrlWithOfficePath() local
/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx697 SVBT8 ch; // boundary-type (begin(19), separator (20), end (21)) member
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1106 char ch = 0; in StepINPUT() local
1344 char ch = 0; in StepWRITE() local
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1889 sal_Unicode ch = aStr.GetChar( nAktPos ); in OutputTextNode() local
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java134 char ch = text.charAt(i); in typeText() local
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx68 inline bool ascii_isDigit( sal_Unicode ch ) in ascii_isDigit()
73 inline bool ascii_isLetter( sal_Unicode ch ) in ascii_isLetter()
79 inline bool isLetterOrDigit( sal_Unicode ch ) in isLetterOrDigit()
H A Ddatabases.cxx506 sal_Unicode ch = str[ i ]; in getStaticInformationForModule() local
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DPDBUtil.java87 char ch[] = new char[4]; in stringID() local
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java324 int ch = ((int) bytes[i] & 0xff); in byteArrayToHexString() local
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPdbUtil.java92 char ch[] = new char[4]; in stringID() local
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx231 void addChar(char ch) in addChar()
H A DXMLScanner.cxx151 void addChar(char ch) in addChar()
155 void addCharU(sal_Unicode ch) in addCharU()
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx272 int ch, idx; in token() local
307 int ch, idx; in linetoken() local
/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx53 sal_Unicode ch = 0; in lcl_resolveCharEntities() local
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.cxx43 inline sal_Bool ascii_isLetter( sal_Unicode ch ) in ascii_isLetter()
49 inline sal_Bool ascii_isWhitespace( sal_Unicode ch ) in ascii_isWhitespace()

Completed in 145 milliseconds

1234