Home
last modified time | relevance | path

Searched refs:offset (Results 51 – 75 of 310) sorted by relevance

12345678910>>...13

/trunk/main/sal/osl/unx/
H A Ddiagnose.c87 ptrdiff_t offset; in osl_diagnose_frame_Impl() local
102 offset = (ptrdiff_t)(pc) - (ptrdiff_t)(saddr); in osl_diagnose_frame_Impl()
104 offset = (ptrdiff_t)(pc) - (ptrdiff_t)(fbase); in osl_diagnose_frame_Impl()
106 offset = (ptrdiff_t)(pc); in osl_diagnose_frame_Impl()
113 offset); in osl_diagnose_frame_Impl()
/trunk/main/i18npool/source/transliteration/
H A DignoreKiKuFollowedBySa_ja_JP.cxx40 …lding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, Sequence< sal_Int32 >& offset ) in folding() argument
53 offset.realloc( nCount ); in folding()
54 p = offset.getArray(); in folding()
98 offset.realloc(newStr->length); in folding()
H A DignoreProlongedSoundMark_ja_JP.cxx302 …lding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, Sequence< sal_Int32 >& offset ) in folding() argument
316 offset.realloc( nCount ); in folding()
317 p = offset.getArray(); in folding()
356 offset.realloc(newStr->length); in folding()
H A DignoreIterationMark_ja_JP.cxx93 …lding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, Sequence< sal_Int32 >& offset ) in folding() argument
108 offset.realloc( nCount ); in folding()
109 p = offset.getArray(); in folding()
148 offset.realloc(newStr->length); in folding()
H A DignoreIandEfollowedByYa_ja_JP.cxx80 …lding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, Sequence< sal_Int32 >& offset ) in folding() argument
93 offset.realloc( nCount ); in folding()
94 p = offset.getArray(); in folding()
141 offset.realloc(newStr->length); in folding()
H A DtextToPronounce_zh.cxx59 sal_Int32 nCount, Sequence< sal_Int32 > & offset) throw (RuntimeException) in folding()
70 offset[0] = 0; in folding()
76 offset[i + 1] = offset[i] + pron.getLength(); in folding()
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx141 typelib_InterfaceTypeDescription const * type, sal_IntPtr * offset) in recursivelyFindType() argument
151 *offset += sizeof (void *); in recursivelyFindType()
169 if (recursivelyFindType(demandedType, base, offset)) { in recursivelyFindType()
208 sal_IntPtr offset = pEntries[n].m_offset; in __queryDeepNoXInterface() local
212 &offset); in __queryDeepNoXInterface()
215 return makeInterface( offset, that ); in __queryDeepNoXInterface()
/trunk/main/vos/source/
H A Dstream.cxx53 sal_Int32 OStream::read(IPositionableStream::Offset offset, in read() argument
56 return (seekTo(offset) ? read(pbuffer, n) : -1); in read()
66 sal_Int32 OStream::write(IPositionableStream::Offset offset, in write() argument
69 return (seekTo(offset) && write(pbuffer, n)); in write()
/trunk/main/filter/source/placeware/
H A Dzip.cxx42 sal_Int32 offset; /* where the header starts */ member
136 e->offset = static_cast< sal_Int32 >( nPosition ); in writeDummyLocalHeader()
155 e->fileLen = e->endOffset - e->offset - zf_lfhSIZE - e->name.getLength(); in writeLocalHeader()
159 mnRC = mrFile.setPos( Pos_Absolut, e->offset ); in writeLocalHeader()
203 writeLong(e->offset); // offset w.r.t disk in writeCentralDir()
/trunk/main/offapi/com/sun/star/frame/
H A DBorderWidths.idl38 /** specifies the offset from left border.
43 /** specifies the offset from top border.
48 /** specifies the offset from right border.
53 /** specifies the offset from bottom border.
/trunk/main/store/workben/
H A Dt_page.cxx187 sal_uInt32 offset() const { return m_aDescr.m_nAddr; /* @@@ */ } in offset() function
188 void offset (sal_uInt32 nOffset) { m_aDescr.m_nAddr = nOffset; } in offset() function
684 m_xPage->offset(nOffset); in saveAt()
821 sal_uInt32 const offset = pagedata->offset(); in writePageAt() local
822 OSL_PRECOND(!(nOffset != offset), "inconsistent Offset"); in writePageAt()
823 if (nOffset != offset) in writePageAt()
1253 offset = rPage.location(); // Descr.m_nAddr; in writePageAt_Impl()
1254 OSL_ASSERT(nOffset == offset); in writePageAt_Impl()
1256 OSL_PRECOND(offset % bytes == 0, "Unaligned page write."); in writePageAt_Impl()
/trunk/main/writerfilter/source/doctok/
H A Dxmigen.el23 (defun insert-uml-attribute (type name offset bits mask shift comment attrid)
27 (insert-uml-taggedvalue offset "offset")
41 (defun insert-uml-attribute-array (type arraycount name offset bits mask shift comment attrid)
45 (insert-uml-taggedvalue offset "offset")
/trunk/main/offapi/com/sun/star/i18n/
H A DCalendarFieldIndex.idl61 /** Get daylight saving time offset in minutes, e.g. [0*60..1*60]
62 <p> The DST offset value depends on the actual date set at the
88 /// Get/Set time zone offset in minutes, e.g. [-14*60..14*60]
94 /** Get/Set additional offset in milliseconds that <b>adds</b> to
108 /** Get additional offset in milliseconds that <b>adds</b> to
H A DXCalendar.idl68 Set the date/time as an offset to the start of the calendar at
77 Get the date/time as an offset to the start of the calendar at
184 an offset into the corresponding
188 an offset into the corresponding
193 <dd>a number used as an offset into the
/trunk/main/i18npool/inc/
H A Dtransliteration_body.hxx40 … com::sun::star::uno::Sequence< sal_Int32 >& offset) throw(com::sun::star::uno::RuntimeException);
52 … com::sun::star::uno::Sequence< sal_Int32 >& offset) throw(com::sun::star::uno::RuntimeException);
102 … startPos, sal_Int32 nCount, com::sun::star::uno::Sequence< sal_Int32 >& offset ) throw(com::sun:…
110 … startPos, sal_Int32 nCount, com::sun::star::uno::Sequence< sal_Int32 >& offset ) throw(com::sun:…
H A Dtransliteration_Ignore.hxx44 …g& inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Sequence< sal_Int32 >& offset)
63 …inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Sequence< sal_Int32 >& offset )
133 …com::sun::star::uno::Sequence< sal_Int32 >& offset) throw(com::sun::star::uno::RuntimeException); \
161 …com::sun::star::uno::Sequence< sal_Int32 >& offset) throw(com::sun::star::uno::RuntimeException); \
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx464 sal_Int32 offset = usTypeName.indexOf( ':' ) + 2; in Invoke() local
466 offset >= 2 && offset < usTypeName.getLength() in Invoke()
467 && usTypeName[offset - 1] == ':' ); in Invoke()
468 sal_Int32 remainder = usTypeName.getLength() - offset; in Invoke()
474 && usTypeName[offset + usMethodName.getLength()] == ':')) in Invoke()
475 && usTypeName.match(usMethodName, offset)) in Invoke()
504 offset + (usMethodName.getLength() - 4)] == ':')) in Invoke()
507 usTypeName.getStr() + offset, in Invoke()
/trunk/main/unoxml/source/dom/
H A Dcharacterdata.hxx70 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count)
87 virtual void SAL_CALL insertData(sal_Int32 offset, const OUString& arg)
94 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg)
106 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count)
/trunk/main/xmerge/source/palmtests/qa/lib/
H A Dconverterlib.pm871 $offset = -2;
875 $offset = 2;
878 &off_tap_pen($x, $y, $offset);
900 my $offset = $_[2];
906 &pose_tap_pen_hard($x + $offset, $y, 2);
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2427 @param [in] offset
2503 @param [in] offset
2584 offset.
2661 @param [in] offset
2706 @param [in] offset
2752 @param [in] offset
2806 @param [in] offset
2819 [in] long offset
3030 @param [in] offset
3190 @param [in] offset
[all …]
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java189 int offset = y * w1 + x; in compare() local
190 if (pixels1[offset] != pixels2[offset]) in compare()
197 m_imgDiff.setRGB(x, y, pixels1[offset]); in compare()
/trunk/main/sal/inc/rtl/
H A Dustrbuf.h106 sal_Int32 offset,
128 rtl_uString ** pThis, sal_Int32 * capacity, sal_Int32 offset, sal_uInt32 c)
153 sal_Int32 offset,
/trunk/main/extensions/source/macosx/spotlight/
H A Dioapi.m79 uLong offset,
145 long ZCALLBACK fseek_file_func (opaque, stream, offset, origin)
148 uLong offset;
167 fseek((FILE *)stream, offset, fseek_origin);
/trunk/main/vcl/inc/
H A Dgraphite_features.hxx57 bool isCharId(const std::string & id, size_t offset, size_t length);
58 int getCharId(const std::string & id, size_t offset, size_t length);
59 int getIntValue(const std::string & id, size_t offset, size_t length);
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimationNode.idl54 …<li><atom>double</atom> describes the element begin as an offset in seconds from an implicit syncb…
56 The offset is measured in parent simple time.</li>
57 <li><type>Event</type> describes an event and an optional offset that determine the
89 …<li><atom>double</atom> describes the element end as an offset in seconds from an implicit syncbas…
91 The offset is measured in parent simple time.</li>
92 <li><type>Event</type> describes an event and an optional offset that determine the

Completed in 79 milliseconds

12345678910>>...13