Home
last modified time | relevance | path

Searched refs:offset (Results 101 – 125 of 310) sorted by relevance

12345678910>>...13

/trunk/main/sal/osl/unx/
H A Dsignal.c410 ElfW(Off) offset;
452 entry->offset = pDynamic->p_offset; in callback()
478 entry.offset = 0; in dynamic_section_offset()
482 return entry.offset; in dynamic_section_offset()
/trunk/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl197 grapheme of output string, rOffset provides the offset array
198 whose index is the offset of output string, the element
293 Length (from offset) of the first substring.
302 Length (from offset) of the second substring.
H A DXExtendedTransliteration.idl44 string to string without offset parameter transliteration. These
55 but omits the offset parameter to improve performance.
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.h85 STDMETHOD(insertText)(long offset, BSTR * text);
91 STDMETHOD(pasteText)(long offset);
/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/sal/textenc/generate/
H A Dbig5hkscs2001.pl724 $offset = $uni_data_offsets[$uni_plane][$uni_page];
725 if ($offset == -1)
736 $offset,
H A Dcns116431992.pl767 $offset = $uni_data_offsets[$uni_plane][$uni_page];
768 if ($offset == -1)
779 $offset,
/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/bridges/source/cpp_uno/shared/
H A Dvtables.cxx89 slot.offset = 0; in doGetVtableSlot()
94 slot.offset += getVtableCount(member->pInterface->ppBaseTypes[i]); in doGetVtableSlot()
H A Dcppinterfaceproxy.cxx195 std::ptrdiff_t const offset = reinterpret_cast< char const * >( in castInterfaceToProxy() local
198 static_cast< char * >(pInterface) - offset); in castInterfaceToProxy()
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageAccess.java122 public void write(byte[] b, int offset, int length) throws java.io.IOException{ in write() argument
124 access.write(name,key,b,offset,length); in write()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx220 int offset = byteOffset + pStruct->pMemberOffsets[ nMember ]; in classify_argument() local
222 int num = classify_argument( pTypeInStruct, subclasses, offset ); in classify_argument()
232 int pos = offset / 8; in classify_argument()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx220 int offset = byteOffset + pStruct->pMemberOffsets[ nMember ]; in classify_argument() local
222 int num = classify_argument( pTypeInStruct, subclasses, offset ); in classify_argument()
232 int pos = offset / 8; in classify_argument()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx220 int offset = byteOffset + pStruct->pMemberOffsets[ nMember ]; in classify_argument() local
222 int num = classify_argument( pTypeInStruct, subclasses, offset ); in classify_argument()
232 int pos = offset / 8; in classify_argument()
/trunk/main/offapi/com/sun/star/animations/
H A DEvent.idl38 an offset if the event should be raised a defined amount of time
49 /** an optional offset in seconds or <const>Timing::INDEFINITE</const>. This is the timespan
/trunk/main/i18npool/source/textconversion/
H A DtextconversionImpl.cxx64 …le& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence< sal_Int32>& offset) in getConversionWithOffset()
72 …versionWithOffset(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions, offset); in getConversionWithOffset()
/trunk/main/i18npool/inc/
H A Dtransliteration_commonclass.hxx67 … inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Sequence< sal_Int32 >& offset )
71 …g& inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Sequence< sal_Int32 >& offset)
H A DtransliterationImpl.hxx73 …com::sun::star::uno::Sequence< sal_Int32 >& offset ) throw(com::sun::star::uno::RuntimeException)…
76 … com::sun::star::uno::Sequence< sal_Int32 >& offset ) throw(com::sun::star::uno::RuntimeException);
/trunk/main/vos/inc/vos/
H A Dstream.hxx94 sal_Int32 SAL_CALL read(IPositionableStream::Offset offset,
116 sal_Int32 SAL_CALL write(IPositionableStream::Offset offset,
/trunk/main/offapi/com/sun/star/text/
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/udkapi/com/sun/star/io/
H A DXSeekable.idl69 /** returns the current offset of the stream.
71 the current offset in this stream.
H A DXMarkableStream.idl97 the offset from the current stream position to the
102 to calculate the offset of the current position.
/trunk/main/offapi/com/sun/star/rendering/
H A DFontMetrics.idl87 /** Specifies the offset to be added to the baseline when drawing
94 /** Specifies the offset to be added to the baseline when striking
H A DFloatingPointBitmapLayout.idl57 /** Byte offset between the start of two consecutive scanlines.
64 /** Byte offset between the start of two consecutive planes.
/trunk/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx741 int offset = rcFileNameBox.left - rcFilterBoxLabel.right - 1; in EnlargeStdControlLabels() local
743 w = rcFilterBoxLabel.right - rcFilterBoxLabel.left + offset; in EnlargeStdControlLabels()
750 w = rcFileNameBoxLabel.right - rcFileNameBoxLabel.left + offset; in EnlargeStdControlLabels()

Completed in 61 milliseconds

12345678910>>...13