Home
last modified time | relevance | path

Searched refs:offset (Results 251 – 275 of 310) sorted by path

1...<<111213

/trunk/main/sc/addin/datefunc/
H A Ddfa.cl238 * an calendar week offset from a given 4. January
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src61 * The parameter number, offset starting with 0. Variable
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx572 ScVbaWorksheet::getSheetAtOffset(SCTAB offset) throw (uno::RuntimeException) in getSheetAtOffset() argument
581 nIdx = nIdx + offset; in getSheetAtOffset()
H A Dvbaworksheet.hxx63 …css::uno::Reference< ov::excel::XWorksheet > getSheetAtOffset(SCTAB offset) throw (css::uno::Runti…
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dstream_helper.cxx57 long ZCALLBACK cb_sseek OF((voidpf opaque, voidpf stream, uLong offset, int origin));
103 long ZCALLBACK cb_sseek (voidpf /*opaque*/, voidpf stream, uLong offset, int origin) { in cb_sseek() argument
108 Move.QuadPart = (__int64)offset; in cb_sseek()
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx389 UINT offset = 1; // reserve a little border space in Extract() local
392 …Gdiplus::Rect canvas_thumbnail(offset, offset, thumbnail_size_.cx - (2 * offset) - 1, thumbnail_si… in Extract()
/trunk/main/slideshow/source/engine/transitions/
H A Dsnakewipe.cxx69 double offset = 0.0; in calcSnake() local
72 offset = (1.0 - col); in calcSnake()
75 poly.append( ::basegfx::B2DPoint( offset, line ) ); in calcSnake()
76 poly.append( ::basegfx::B2DPoint( offset, in calcSnake()
78 poly.append( ::basegfx::B2DPoint( offset + col, in calcSnake()
80 poly.append( ::basegfx::B2DPoint( offset + col, line ) ); in calcSnake()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dfile.pm91 my $offset = 1;
96 $installer::globals::cabfilecounter{$cabfile} = $offset;
97 $offset = $offset + $filecount;
99 $installer::globals::lastsequence{$cabfile} = $offset - 1;
H A Didtglobal.pm1193 my $offset = 60;
1197 $offset = 50; # smaller offset for more than 7 languages
1200 my $yvalue = $offset + $i * $multiplier;
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx1160 sal_Int32 offset = xKey->getKeyName().getLength() + 1; in prepareRegistry() local
1164 OUString serviceName = pServiceKeys[j]->getKeyName().copy(offset); in prepareRegistry()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdiface.cxx356 sal_Int32 get() const { return offset; } in get()
364 sal_Int32 offset; member in stoc_rdbtdp::__anonadc73e710111::BaseOffset
368 offset = 0; in BaseOffset()
387 offset += desc->getMembers().getLength(); in calculate()
/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()
H A Dstorcach.cxx67 sal_uInt32 const offset = pagedata->location(); in insertPageAt() local
68 OSL_PRECOND(!(nOffset != offset), "store::PageCache::insertPageAt(): inconsistent Offset"); in insertPageAt()
69 if (nOffset != offset) in insertPageAt()
87 sal_uInt32 const offset = pagedata->location(); in updatePageAt() local
88 OSL_PRECOND(!(nOffset != offset), "store::PageCache::updatePageAt(): inconsistent Offset"); in updatePageAt()
89 if (nOffset != offset) in updatePageAt()
/trunk/main/store/workben/
H A Dt_file.cxx136 sal_uInt32 offset = i * TEST_PAGESIZE; in main() local
137 eErrCode = xLockBytes->setSize (offset + TEST_PAGESIZE); in main()
166 offset + index, &(buffer[index]), TEST_PAGESIZE / 4); in main()
194 sal_uInt32 offset = i * TEST_PAGESIZE; in main() local
196 eErrCode = xLockBytes->readAt (offset, verify, TEST_PAGESIZE); in main()
204 if (offset == 0) in main()
218 fprintf (stderr, "t_file: Unexpected block at 0x%08x\n", (unsigned)(offset)); in main()
225 sal_uInt32 offset = i * TEST_PAGESIZE; in main() local
227 eErrCode = xLockBytes->readPageAt (xPage, offset); in main()
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/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/svx/source/svdraw/
H A Dsvdstr.src1777 Text [ en-US ] = "Tile offset X in %" ;
1782 Text [ en-US ] = "Tile offset Y in %" ;
1897 Text [ en-US ] = "Fontwork shadow offset X" ;
1902 Text [ en-US ] = "Fontwork shadow offset Y" ;
/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/ucb/source/ucp/webdav/
H A DCurlRequest.cxx103 int CurlRequest::Curl_SeekCallback( void *userdata, curl_off_t offset, int origin ) in Curl_SeekCallback() argument
107 request->requestBodyOffset = (size_t) offset; in Curl_SeekCallback()
109 request->requestBodyOffset += (size_t) offset; in Curl_SeekCallback()
111 request->requestBodyOffset += (size_t) ((curl_off_t)request->requestBodySize + offset); in Curl_SeekCallback()
H A DCurlRequest.hxx97 static int Curl_SeekCallback(void *userp, curl_off_t offset, int origin);
/trunk/main/udkapi/com/sun/star/io/
H A DXMarkableStream.idl97 the offset from the current stream position to the
102 to calculate the offset of the current position.
H A DXSeekable.idl69 /** returns the current offset of the stream.
71 the current offset in this stream.
/trunk/main/unoxml/source/dom/
H A Dcdatasection.hxx55 virtual Reference< XText > SAL_CALL splitText(sal_Int32 offset) in splitText() argument
58 return CText::splitText(offset); in splitText()
67 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() argument
70 CCharacterData::deleteData(offset, count); in deleteData()
80 virtual void SAL_CALL insertData(sal_Int32 offset, const OUString& arg) in insertData() argument
83 CCharacterData::insertData(offset, arg); in insertData()
85 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() argument
88 CCharacterData::replaceData(offset, count, arg); in replaceData()
95 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData() argument
98 return CCharacterData::subStringData(offset, count); in subStringData()
H A Dcharacterdata.cxx93 if (offset > tmp.getLength() || offset < 0 || count < 0) { in deleteData()
98 if ((offset+count) > tmp.getLength()) in deleteData()
99 count = tmp.getLength() - offset; in deleteData()
101 OUString tmp2 = tmp.copy(0, offset); in deleteData()
102 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in deleteData()
164 if (offset > tmp.getLength() || offset < 0) { in insertData()
172 tmp2 += tmp.copy(offset, tmp.getLength() - offset); in insertData()
199 if (offset > tmp.getLength() || offset < 0 || count < 0){ in replaceData()
209 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in replaceData()
254 if (offset > tmp.getLength() || offset < 0 || count < 0) { in subStringData()
[all …]
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)

Completed in 127 milliseconds

1...<<111213