Home
last modified time | relevance | path

Searched refs:cch (Results 1 – 14 of 14) sorted by relevance

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DDefinedName.java44 private byte cch; field in DefinedName
62 cch = (byte)name.length(); in DefinedName()
63 rgch = new byte[cch*2]; in DefinedName()
98 cch = (byte) input.read(); in read()
103 rgch = new byte[cch*2]; in read()
104 input.read(rgch, 0, cch*2); in read()
112 " cch : " + cch + in read()
140 output.write(cch); in write()
H A DBoundSheet.java40 private byte cch; field in BoundSheet
70 this.cch = (byte) sheetName.length(); in setSheetName()
71 this.sheetName = new byte[cch*2]; in setSheetName()
104 output.write(cch); in write()
119 cch = (byte) input.read(); in read()
121 int strLen = cch*2; in read()
126 " cch : " + cch + in read()
H A DStringValue.java42 private byte[] cch = new byte[2]; field in StringValue
51 cch = EndianConverter.writeShort((short) str.length()); in StringValue()
81 cch[0] = (byte) input.read(); in read()
82 cch[1] = (byte) input.read(); in read()
85 int strlen = EndianConverter.readShort(cch)*2; in read()
89 Debug.log(Debug.TRACE,"\tcch : "+ cch + in read()
98 output.write(cch); in write()
H A DFontDescription.java53 private byte cch; field in FontDescription
89 cch = (byte) fontName.length(); in FontDescription()
239 cch = (byte) input.read(); in read()
242 rgch = new byte[cch*2]; in read()
243 input.read(rgch, 0, cch*2); in read()
251 " cch : " + cch + in read()
269 output.write(cch); in write()
H A DLabelCell.java40 private byte[] cch = new byte[2]; field in LabelCell
80 output.write(cch); in write()
104 numOfBytesRead += input.read(cch); in read()
106 int strLen = EndianConverter.readShort(cch)*2; in read()
110 Debug.log(Debug.TRACE, " cch : " + EndianConverter.readShort(cch) + in read()
133 cch = EndianConverter.writeShort((short)cellContents.length()); in setLabel()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.hxx73 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf32 * prgchBuffer);
74 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer);
75 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer);
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp307 mi.cch = strlen(mi.dwTypeData); in WndProc()
320 mi.cch = strlen(mi.dwTypeData); in WndProc()
342 mi.cch = strlen(mi.dwTypeData); in WndProc()
/trunk/main/vcl/win/source/window/
H A Dsalmenu.cxx119 pSalMenuItem->mInfo.cch = pSalMenuItem->mText.Len(); in CreateMenuItem()
344 pWItem->mInfo.cch = aStr.Len(); in SetItemText()
373 pWItem->mInfo.cch = aStr.Len(); in SetAccelerator()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch1865 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf32 * prgchBuffer);
1866 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer);
1867 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer);
1981 - virtual size_t fetch(toffset ichMin, size_t cch, utf32 * prgchBuffer)
1982 + virtual size_t fetch(toffset /*ichMin*/, size_t /*cch*/, utf32 * /*prgchBuffer*/)
1986 virtual size_t fetch(toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer);
1987 - virtual size_t fetch(toffset ichMin, size_t cch, utf8 * prgchsBuffer)
1988 + virtual size_t fetch(toffset /*ichMin*/, size_t /*cch*/, utf8 * /*prgchsBuffer*/)
/trunk/main/autodoc/source/parser/cpp/
H A Dcx_c_std.cxx266 const INT16 cch = gotoConstChar; in SetupStateMachine() local
276 wht, 0,cst, 0,err, 0, 0,cch, 0, 0, 0, 0, 0, 0, 0, 0, in SetupStateMachine()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Ditalian.lm309 cch 120
/trunk/main/sal/osl/os2/
H A Dfile.cxx2675 if ( !rc || aFSInfoBuf.vol.cch) in _osl_getDriveInfo()
2676 strncat( szFileName, aFSInfoBuf.vol.szVolLabel, aFSInfoBuf.vol.cch); in _osl_getDriveInfo()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx185 mi.cch = text.getLength(); in addMenuItem()
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf68133 …XT_ATTR.MN_FORMAT_STYLE FN_SET_SUPER_SCRIPT CMD_FN_SET_SUPER_SCRIPT 0 kid cch[[p‖Superscript 2…

Completed in 1248 milliseconds