Home
last modified time | relevance | path

Searched refs:offset (Results 126 – 150 of 310) sorted by relevance

12345678910>>...13

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx566 sal_uInt16 offset = 0; in ReCalc() local
571 pArr[current++] = offset; in ReCalc()
578 offset = offset + iLen; in ReCalc()
/trunk/main/store/source/
H A Dlockbyte.cxx75 sal_uInt32 const offset = pagedata->location(); in writePageAt() local
76 OSL_PRECOND(!(nOffset != offset), "store::ILockBytes::writePageAt(): inconsistent Offset"); in writePageAt()
77 if (nOffset != offset) in writePageAt()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCollator.idl48 Length (from offset) of the first substring.
57 Length (from offset) of the second substring.
/trunk/main/offapi/com/sun/star/rendering/
H A DIntegerBitmapLayout.idl57 /** Byte offset between the start of two consecutive scanlines.
64 /** Byte offset between the start of two consecutive planes.
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java1238 int offset = (getSelectedDoc().length > 0 ? selectedDoc[0] + 1 : getDocsCount()); in loadDocuments() local
1270 … settings.cp_DefaultSession.cp_Content.cp_Documents.add(offset + i - failed - start, doc); in loadDocuments()
1284 (short) offset in loadDocuments()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java180 public synchronized boolean relative(int offset) throws SQLException { in relative() argument
182 currentRow += offset; in relative()
H A DDatabaseMetaDataResultSet.java202 public synchronized boolean relative(int offset) throws SQLException { in relative() argument
204 currentRow += offset; in relative()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx534 sal_Int64 offset = rModel->getCheckInterval(); in run() local
554 sal_Int64 next = last + offset; in run()
555 if( last + offset > systime.Seconds ) in run()
571 if ( nExtCheckTime.Seconds + offset < systime.Seconds ) in run()
H A Ddownload.cxx288 sal_Int64 offset = (sal_Int64) out.Offset; in curl_run() local
289 curl_easy_setopt(pCURL, CURLOPT_RESUME_FROM_LARGE, offset); in curl_run()
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m120 uLong offset_curfile;/* relative offset of local header 4 bytes */
134 uLong offset_local_extrafield;/* offset of the local extra field */
164 uLong offset_central_dir; /* offset of start of central directory with
484 /* offset of start of central directory with respect to the
918 uLong pos_in_zip_directory; // offset in file
1079 uLong offset_local_extrafield; /* offset of the local extra field */
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx328 …ale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence<sal_Int32>& offset) in getConversionWithOffset() argument
331 offset.realloc(0); in getConversionWithOffset()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DSqlTableHelper.java130 int offset = usedOrdinals.iterator().next() - 1; in sanitizeColumnDescriptions() local
132 columnDescription.ordinalPosition -= offset; in sanitizeColumnDescriptions()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx474 sal_uInt32 offset; // offset of vtable in objects of the class in initializeBlock() member
481 RttiCompleteObjectLocator(): signature(0), offset(0), cdOffset(0) in initializeBlock()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl84 <p>Returns the offset of the caret. The caret is often called text
86 Its position/offset is that of the character to the right of it.</p>
89 The returned offset is relative to the text represented by this
97 position between two characters. Its position/offset is that of the
/trunk/main/nss/
H A Dnss_win.patch294 Hacl_Poly1305_mk_state(stateStack, stateStack + offset);
2225 - unsigned int bytesToMac = reader.offset;
2226 + bytesToMac = reader.offset;
2373 number = (number << 8) + reader->buf.buf[i + reader->offset];
2397 + reader.offset = 0;
2398 reader.offset += 1; // We read the version already. Skip the first byte.
2721 + reader.offset = 0;
2756 *(void**)((char*)dest + templateEntry->offset) = subdata;
2789 PORT_ZAllocAlignedOffset(size_t size, size_t alignment, size_t offset)
2793 PORT_Assert(offset < size);
[all …]
/trunk/main/oox/source/dump/
H A Ddffdumper.ini186 …r,shadow-highlight,shadow-cr-mod,shadow-opacity,shadow-offset-x,shadow-offset-y,shadow-2nd-offset-x
187 0x0208=shadow-2nd-offset-y,,,,,,,
192 …0x0240=persp-type,persp-offset-x,persp-offsety,persp-scale-x-to-x,persp-scale-y-to-x,persp-scale-x…
/trunk/main/basic/source/comp/
H A Dcodegen.cxx432 S offset() in offset() function in OffSetAccumulator
509 return aVisitor.offset(); in convertBufferOffSet()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java386 int offset = textSelection.getOffset(); in doInsertCode() local
388 doc.replace(offset, textSelection.getLength(), code); in doInsertCode()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.src228 …QuickHelpText [ en-US ] = "Specify the horizontal offset percentage from the center for the gradie…
248 …QuickHelpText [ en-US ] = "Specify the vertical offset percentage from the center for the gradient…
/trunk/main/offapi/com/sun/star/drawing/
H A DFillProperties.idl150 /** This is the horizontal offset where the tile starts.
157 /** This is the vertical offset where the tile starts.
/trunk/main/bridges/inc/bridges/cpp_uno/shared/
H A Dvtables.hxx72 sal_Int32 offset; member
/trunk/main/sal/inc/rtl/
H A Dstrbuf.h107 sal_Int32 offset,
/trunk/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl182 /** This is the horizontal offset where the tile starts.
188 /** This is the vertical offset where the tile starts.
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.hxx39 std::size_t offset; member
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_closedocs.xcf.bz2

Completed in 121 milliseconds

12345678910>>...13