Home
last modified time | relevance | path

Searched refs:offset (Results 151 – 175 of 310) sorted by last modified time

12345678910>>...13

/trunk/main/registry/source/
H A Dkeyimpl.cxx415 offset += 4; in setLongListValue()
481 offset += 4; in setStringListValue()
483 offset += sLen; in setStringListValue()
549 offset += 4; in setUnicodeListValue()
551 offset += sLen; in setUnicodeListValue()
753 offset += 4; in getLongListValue()
851 readUINT32(pBuffer+offset, sLen); in getStringListValue()
853 offset += 4; in getStringListValue()
859 offset += sLen; in getStringListValue()
959 offset += 4; in getUnicodeListValue()
[all …]
H A Dreflread.cxx297 sal_uInt32 offset = 0; in parseIndex() local
306 m_pIndex[i] = offset; in parseIndex()
308 offset += readUINT32(offset); in parseIndex()
324 m_bufferLen = offset; in parseIndex()
326 return offset; in parseIndex()
912 sal_uInt32 offset = 0; in parseIndex() local
923 offset += readUINT16(offset); in parseIndex()
927 return offset; in parseIndex()
1121 m_pBuffer + offset + entrySize, readUINT16(offset), m_pCP); in TypeRegistryEntry()
1126 m_pBuffer + offset + entrySize, readUINT16(offset), m_pCP); in TypeRegistryEntry()
[all …]
H A Dregimpl.cxx1595 readINT32(pBuffer+offset, longValue); in dumpValue()
1597 if (offset > 4) in dumpValue()
1604 offset += 4; // 4 Bytes fuer sal_Int32 in dumpValue()
1628 readUINT32(pBuffer+offset, sLen); in dumpValue()
1633 readUtf8(pBuffer+offset, pValue, sLen); in dumpValue()
1635 if (offset > 8) in dumpValue()
1641 offset += sLen; in dumpValue()
1666 readUINT32(pBuffer+offset, sLen); in dumpValue()
1671 readString(pBuffer+offset, pValue, sLen); in dumpValue()
1673 if (offset > 8) in dumpValue()
[all …]
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.win32446 /* Number of bits in a file offset, on hosts where this is settable. */
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XMarkableStream.java178 int offset = oObj.offsetToMark(mark); in _offsetToMark() local
179 res = offset == 0; in _offsetToMark()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XImageProducer.java79 byte[] data, int offset, int scanSize) { in setPixelsByBytes() argument
86 int[] data, int offset, int scanSize) { in setPixelsByLongs() argument
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_mergedialog.xcf.bz2
H A Dlc_grafmode.xcf.bz2
H A Dlc_draw.xcf.bz2
H A Dlc_closedocs.xcf.bz2
H A Dlc_backgroundpatterncontroller.xcf.bz2
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
H A Dlc_adjust.xcf.bz2
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXCharacterData.idl45 DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater
49 void deleteData([in] long offset, [in] long count) raises (DOMException);
69 Insert a string at the specified 16-bit unit offset.
71 DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than
75 void insertData([in] long offset, [in] string arg) raises (DOMException);
78 Replace the characters starting at the specified 16-bit unit offset
81 DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than
85 void replaceData([in] long offset, [in] long count, [in] string arg) raises (DOMException);
99 DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater
103 string subStringData([in] long offset, [in] long count) raises (DOMException);
H A DXText.idl35 /** Breaks this node into two nodes at the specified offset, keeping
38 …DOMException - INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than the numb…
41 XText splitText([in] long offset) raises (DOMException);
/trunk/main/offapi/com/sun/star/util/
H A DSearchResult.idl40 if you search "X" in the text "-X-" the offset are:
/trunk/main/offapi/com/sun/star/ui/
H A DXStatusbarItem.idl76 /** the offset between this status bar item and the following
/trunk/main/offapi/com/sun/star/text/textfield/
H A DPageNumber.idl47 /** determines an offset value to show a different page number.
H A DReferencePageSet.idl41 /** determines an offset value to change the displayed value of a ReferencePageGet text field.
H A DDateTime.idl80 /** contains an offset to the date or time value in minutes.
/trunk/main/offapi/com/sun/star/text/
H A DNumberingLevel.idl166 /** specifies the offset between the beginning of the first line and
H A DHoriOrientation.idl47 that the position is defined by a left offset.
96 /** The left offset and the width of the object are defined.
/trunk/main/offapi/com/sun/star/sheet/
H A DNamedRange.idl74 from the <const>FormulaMapGroupSpecialOffset::NAME</const> offset and
H A DFormulaMapGroupSpecialOffset.idl43 /** Formula tokens containing the op-code obtained from this offset
73 /** Formula tokens containing the op-code obtained from this offset
84 /** Formula tokens containing the op-code obtained from this offset
97 /** Formula tokens containing the op-code obtained from this offset
112 /** Formula tokens containing the op-code obtained from this offset
122 /** Formula tokens containing the op-code obtained from this offset
136 /** Formula tokens containing the op-code obtained from this offset
148 /** Formula tokens containing the op-code obtained from this offset
171 /** Formula tokens containing the op-code obtained from this offset
185 /** Formula tokens containing the op-code obtained from this offset
/trunk/main/offapi/com/sun/star/rendering/
H A DXCanvas.idl116 <type>RenderState</type> containing only the local offset (and no

Completed in 106 milliseconds

12345678910>>...13