Home
last modified time | relevance | path

Searched refs:nOffset (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/AOO41X/main/uui/source/
H A Dlogindlg.cxx46 static void lcl_Move( Window &rWin, long nOffset ) in lcl_Move() argument
49 aTmp.Y() -= nOffset; in lcl_Move()
116 long nOffset = aRequestInfo.GetPosPixel().Y() - in HideControls_Impl() local
118 lcl_Move( aRequestInfo, nOffset ); in HideControls_Impl()
119 lcl_Move( aLogin2FL, nOffset ); in HideControls_Impl()
120 lcl_Move( aPathFT, nOffset ); in HideControls_Impl()
121 lcl_Move( aPathED, nOffset ); in HideControls_Impl()
122 lcl_Move( aPathBtn, nOffset ); in HideControls_Impl()
123 lcl_Move( aNameFT, nOffset ); in HideControls_Impl()
124 lcl_Move( aNameED, nOffset ); in HideControls_Impl()
[all …]
/AOO41X/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx31 sal_uInt32 nOffset, sal_uInt32 nCount) in WW8StructBase() argument
32 : mSequence(rParent.mSequence, nOffset, nCount), mpParent(0), in WW8StructBase()
35 if (nOffset + nCount > rParent.getCount()) in WW8StructBase()
59 sal_uInt8 WW8StructBase::getU8(sal_uInt32 nOffset) const in getU8()
61 return doctok::getU8(mSequence, nOffset); in getU8()
64 sal_uInt16 WW8StructBase::getU16(sal_uInt32 nOffset) const in getU16()
66 return doctok::getU16(mSequence, nOffset); in getU16()
69 sal_uInt32 WW8StructBase::getU32(sal_uInt32 nOffset) const in getU32()
71 return doctok::getU32(mSequence, nOffset); in getU32()
86 sal_uInt32 nOffset) in getU8() argument
[all …]
H A DWW8StructBase.hxx89 sal_Int32 nOffset, sal_Int32 nCount) in WW8StructBase() argument
90 : mSequence(rStream.get(nOffset, nCount)), mpParent(0), mpDocument(0) in WW8StructBase()
101 WW8StructBase(const Sequence & rSequence, sal_uInt32 nOffset = 0, in WW8StructBase() argument
103 : mSequence(rSequence, nOffset, nCount), mpParent(0), mpDocument(0) in WW8StructBase()
115 sal_uInt32 nOffset, sal_uInt32 nCount);
125 sal_uInt32 nOffset, sal_uInt32 nCount) in WW8StructBase() argument
126 : mSequence(pParent->mSequence, nOffset, nCount), mpParent(pParent), in WW8StructBase()
127 mnOffsetInParent(nOffset), mpDocument(pParent->getDocument()) in WW8StructBase()
129 if (nOffset + nCount > pParent->mSequence.getCount()) in WW8StructBase()
170 sal_uInt8 getU8(sal_uInt32 nOffset) const;
[all …]
H A DWW8PropertySetImpl.cxx53 sal_uInt32 nOffset, sal_uInt32 nCount) in WW8PropertyImpl() argument
54 : WW8StructBase(rStream, nOffset, nCount) in WW8PropertyImpl()
59 sal_uInt32 nOffset, in WW8PropertyImpl() argument
61 : WW8StructBase(rBase, nOffset, nCount) in WW8PropertyImpl()
66 sal_uInt32 nOffset, in WW8PropertyImpl() argument
68 : WW8StructBase(pBase, nOffset, nCount) in WW8PropertyImpl()
219 sal_uInt32 nOffset, in WW8PropertySetImpl() argument
222 : WW8StructBase(rStream, nOffset, nCount), mbPap(bPap) in WW8PropertySetImpl()
227 sal_uInt32 nOffset, in WW8PropertySetImpl() argument
230 : WW8StructBase(rBase, nOffset, nCount), mbPap(bPap) in WW8PropertySetImpl()
[all …]
H A DWW8Sttbf.cxx31 WW8Sttbf::WW8Sttbf(WW8Stream & rStream, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8Sttbf() argument
32 : WW8StructBase(rStream, nOffset, nCount) in WW8Sttbf()
44 nOffset = (mbComplex ? 2 : 0) + 4; in WW8Sttbf()
48 mEntryOffsets.push_back(nOffset); in WW8Sttbf()
50 sal_uInt32 nStringLength = getU16(nOffset); in WW8Sttbf()
52 nOffset += 2 + nStringLength * (mbComplex ? 2 : 1); in WW8Sttbf()
54 mExtraOffsets.push_back(nOffset); in WW8Sttbf()
56 nOffset += mnExtraDataCount; in WW8Sttbf()
142 sal_uInt32 nOffset = 6; in getEntry() local
146 sal_uInt16 nCount = getU16(nOffset); in getEntry()
[all …]
H A DWW8ListTable.cxx34 sal_uInt32 nOffset = 2; in initPayload() local
38 WW8List aList(this, nOffset); in initPayload()
40 entryOffsets.push_back(nOffset); in initPayload()
42 nOffset += WW8List::getSize(); in initPayload()
64 entryOffsets.push_back(nOffset); in initPayload()
105 sal_uInt32 nOffset = WW8ListLevel::getSize(); in get_xst() local
107 nOffset += get_cbGrpprlPapx(); in get_xst()
108 nOffset += get_cbGrpprlChpx(); in get_xst()
110 return getString(nOffset); in get_xst()
115 sal_uInt32 nOffset = getSize(); in resolveNoAuto() local
[all …]
H A DWW8FKPImpl.cxx72 sal_uInt16 nOffset = 2 * getU8(getRgb() + n); in getProperties() local
74 if (nOffset > getRgb() + getEntryCount()) in getProperties()
76 sal_uInt16 nCbChpx = getU8(nOffset); in getProperties()
78 if (nCbChpx > 1 && nOffset + nCbChpx + 1 <= 511) in getProperties()
81 (new WW8PropertySetImpl(*this, nOffset + 1, nCbChpx)); in getProperties()
121 sal_uInt16 nOffset = 2 * getU8(getRgb() + n * 13); in getProperties() local
123 if (nOffset != 0) in getProperties()
125 if (nOffset > getRgb() + getEntryCount() * 13) in getProperties()
127 sal_uInt32 nOffsetIStd = nOffset + 1; in getProperties()
128 sal_uInt16 nCbPapx = getU8(nOffset) * 2; in getProperties()
[all …]
H A DWW8FontTable.cxx33 sal_uInt32 nOffset = 1; in initPayload() local
37 entryOffsets.push_back(nOffset); in initPayload()
39 sal_uInt32 nFFNSize = getU8(nOffset) + 1; in initPayload()
44 nOffset += nFFNSize; in initPayload()
47 entryOffsets.push_back(nOffset); in initPayload()
48 mnPlcfPayloadOffset = nOffset; in initPayload()
83 sal_uInt32 nOffset = 0x28; in get_xszFfn() local
84 sal_uInt32 nCount = get_cbFfnM1() - nOffset; in get_xszFfn()
86 Sequence aSeq(mSequence, nOffset, nCount); in get_xszFfn()
97 sal_uInt32 nOffset = 0x28 + get_ixchSzAlt(); in get_altName() local
[all …]
H A DDff.cxx35 DffRecord::DffRecord(WW8Stream & rStream, sal_uInt32 nOffset, in DffRecord() argument
37 : WW8StructBase(rStream, nOffset, nCount), bInitialized(false) in DffRecord()
41 DffRecord::DffRecord(WW8StructBase * pParent, sal_uInt32 nOffset, in DffRecord() argument
43 : WW8StructBase(pParent, nOffset, nCount), bInitialized(false) in DffRecord()
116 sal_uInt32 nOffset = 8; in initChildren() local
119 while (nCount - nOffset >= 8) in initChildren()
123 (createDffRecord(this, nOffset, &nSize)); in initChildren()
130 nOffset += nSize; in initChildren()
363 DffBlock::DffBlock(WW8Stream & rStream, sal_uInt32 nOffset, in DffBlock() argument
365 : WW8StructBase(rStream, nOffset, nCount), bInitialized(false), in DffBlock()
[all …]
/AOO41X/main/store/source/
H A Dstorcach.cxx50 storeError PageCache::lookupPageAt (PageHolder & rxPage, sal_uInt32 nOffset) in lookupPageAt() argument
52 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::PageCache::lookupPageAt(): invalid Offset"); in lookupPageAt()
53 if (nOffset == STORE_PAGE_NULL) in lookupPageAt()
56 return lookupPageAt_Impl (rxPage, nOffset); in lookupPageAt()
59 storeError PageCache::insertPageAt (PageHolder const & rxPage, sal_uInt32 nOffset) in insertPageAt() argument
68 OSL_PRECOND(!(nOffset != offset), "store::PageCache::insertPageAt(): inconsistent Offset"); in insertPageAt()
69 if (nOffset != offset) in insertPageAt()
72 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::PageCache::insertPageAt(): invalid Offset"); in insertPageAt()
73 if (nOffset == STORE_PAGE_NULL) in insertPageAt()
76 return insertPageAt_Impl (rxPage, nOffset); in insertPageAt()
[all …]
H A Dlockbyte.cxx58 storeError ILockBytes::readPageAt (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt() argument
60 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::ILockBytes::readPageAt(): invalid Offset"); in readPageAt()
61 if (nOffset == STORE_PAGE_NULL) in readPageAt()
64 return readPageAt_Impl (rPage, nOffset); in readPageAt()
67 storeError ILockBytes::writePageAt (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt() argument
76 OSL_PRECOND(!(nOffset != offset), "store::ILockBytes::writePageAt(): inconsistent Offset"); in writePageAt()
77 if (nOffset != offset) in writePageAt()
80 OSL_PRECOND(!(nOffset == STORE_PAGE_NULL), "store::ILockBytes::writePageAt(): invalid Offset"); in writePageAt()
81 if (nOffset == STORE_PAGE_NULL) in writePageAt()
84 return writePageAt_Impl (rPage, nOffset); in writePageAt()
[all …]
H A Dstorlckb.cxx144 sal_uInt32 nOffset, in readAt() argument
166 if ((nOffset + nBytes) > nDataLen) in readAt()
167 nBytes = nDataLen - nOffset; in readAt()
172 while ((0 < nBytes) && (nOffset < nDataLen)) in readAt()
175 inode::ChunkScope eScope = m_xNode->scope (nOffset); in readAt()
180 nOffset, m_xNode->capacity()); in readAt()
192 nOffset += nLength; in readAt()
199nOffset - m_xNode->capacity(), OStoreDataPageData::capacity(m_xNode->m_aDescr)); // @@@ in readAt()
226 nOffset += nLength; in readAt()
239 sal_uInt32 nOffset, in writeAt() argument
[all …]
/AOO41X/main/store/workben/
H A Dt_page.cxx188 void offset (sal_uInt32 nOffset) { m_aDescr.m_nAddr = nOffset; } in offset()
539 storeError loadAt (PageHolder & rPage, sal_uInt32 nOffset) in loadAt() argument
542 (void)nOffset; // NYI in loadAt()
545 storeError saveAt (PageHolder const & rPage, sal_uInt32 nOffset) in saveAt() argument
548 (void)nOffset; // NYI in saveAt()
553 storeError save (PageHolder & rxPage, sal_uInt32 nOffset) in save() argument
558 return saveAt (rxPage, nOffset); in save()
561 storeError lookupAt (PageHolder & rPage, sal_uInt32 nOffset) in lookupAt() argument
564 (void)nOffset; // NYI in lookupAt()
567 storeError replaceAt (PageHolder const & rPage, sal_uInt32 nOffset) in replaceAt() argument
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A DWW8Sttbf.hxx48 sal_uInt8 getU8(sal_uInt32 nOffset);
50 sal_uInt16 getU16(sal_uInt32 nOffset) in getU16() argument
51 { return getU8(nOffset) + (getU8(nOffset + 1) << 8); } in getU16()
53 sal_uInt32 getU32(sal_uInt32 nOffset) in getU32() argument
54 { return getU16(nOffset) + (getU16(nOffset + 1) << 16); } in getU32()
56 ::rtl::OUString getUString(sal_uInt32 nOffset, sal_uInt32 nCount);
58 ::rtl::OUString getString(sal_uInt32 nOffset, sal_uInt32 nCount);
96 sal_uInt32 nOffset = 0; in WW8Sttb() local
98 if (getU16(nOffset) == 0xffff) in WW8Sttb()
101 nOffset += 2; in WW8Sttb()
[all …]
/AOO41X/main/sal/osl/unx/
H A Dfile.cxx111 off_t nOffset,
117 off_t nOffset,
123 off_t nOffset,
129 off_t nOffset,
135 off_t nOffset,
338 off_t nOffset, in readAt() argument
353 ssize_t nBytes = ::pread (m_fd, pBuffer, nBytesRequested, nOffset); in readAt()
367 if (nOffset != m_offset) in readAt()
369 if (-1 == ::lseek (m_fd, nOffset, SEEK_SET)) in readAt()
371 m_offset = nOffset; in readAt()
[all …]
/AOO41X/main/sal/osl/w32/
H A Dfile.cxx103 LONGLONG nOffset,
109 LONGLONG nOffset,
115 LONGLONG nOffset,
121 LONGLONG nOffset,
127 LONGLONG nOffset,
294 LONGLONG nOffset, in readAt() argument
307 if (nOffset != m_offset) in readAt()
309 LARGE_INTEGER liOffset; liOffset.QuadPart = nOffset; in readAt()
312 m_offset = nOffset; in readAt()
325 LONGLONG nOffset, in writeAt() argument
[all …]
/AOO41X/main/sc/source/core/tool/
H A Drangeutl.cxx374 sal_Int32 nOffset, in IndexOf() argument
378 sal_Int32 nIndex = nOffset; in IndexOf()
396 sal_Int32 nOffset ) in IndexOfDifferent() argument
399 sal_Int32 nIndex = nOffset; in IndexOfDifferent()
414 sal_Int32& nOffset, in GetTokenByOffset() argument
419 if( nOffset >= nLength ) in GetTokenByOffset()
422 nOffset = -1; in GetTokenByOffset()
426 sal_Int32 nTokenEnd = IndexOf( rString, cSeperator, nOffset, cQuote ); in GetTokenByOffset()
429 rToken = rString.copy( nOffset, nTokenEnd - nOffset ); in GetTokenByOffset()
432 nOffset = (nNextBegin < 0) ? nLength : nNextBegin; in GetTokenByOffset()
[all …]
/AOO41X/main/sot/source/sdstor/
H A Dstgstrms.cxx54 nOffset = 0; in StgFAT()
68 nOffset = rStrm.GetOffset(); in GetPhysPage()
83 nPg = pPg ? pPg->GetPage( nOffset >> 2 ) : STG_EOF; in GetNextPage()
182 if( nOffset >= nPageSize ) in MakeChain()
188 pPg->SetPage( nOffset >> 2, ++nStart ); in MakeChain()
189 nOffset += 4; in MakeChain()
192 if( nOffset >= nPageSize ) in MakeChain()
198 pPg->SetPage( nOffset >> 2, STG_EOF ); in MakeChain()
236 pPg->SetPage( nOffset >> 2, nBegin ); in AllocPages()
299 nStart = pPg->GetPage( nOffset >> 2 ); in FreePages()
[all …]
/AOO41X/main/sal/textenc/
H A Dconvertiso2022cn.c305 sal_Int32 nOffset in ImplConvertIso2022CnToUnicode() local
307 if (nOffset == -1) in ImplConvertIso2022CnToUnicode()
311 sal_uInt32 nFirstLast = pCns116431992Data[nOffset++]; in ImplConvertIso2022CnToUnicode()
318 = pCns116431992Data[nOffset + (nChar - nFirst)]; in ImplConvertIso2022CnToUnicode()
324 nOffset += nLast - nFirst + 1; in ImplConvertIso2022CnToUnicode()
325 nFirst = pCns116431992Data[nOffset++]; in ImplConvertIso2022CnToUnicode()
330 nOffset + (nChar - nFirst)]; in ImplConvertIso2022CnToUnicode()
462 sal_Int32 nOffset = pCns116431992PlaneOffsets[nChar >> 16]; in ImplIso2022CnTranslateTo116431() local
466 if (nOffset == -1) in ImplIso2022CnTranslateTo116431()
468 nOffset = pCns116431992PageOffsets[nOffset + ((nChar & 0xFF00) >> 8)]; in ImplIso2022CnTranslateTo116431()
[all …]
H A Dconverteuctw.c182 sal_Int32 nOffset in ImplConvertEucTwToUnicode() local
184 if (nOffset == -1) in ImplConvertEucTwToUnicode()
188 sal_uInt32 nFirstLast = pCns116431992Data[nOffset++]; in ImplConvertEucTwToUnicode()
195 = pCns116431992Data[nOffset + (nChar - nFirst)]; in ImplConvertEucTwToUnicode()
201 nOffset += nLast - nFirst + 1; in ImplConvertEucTwToUnicode()
202 nFirst = pCns116431992Data[nOffset++]; in ImplConvertEucTwToUnicode()
207 nOffset + (nChar - nFirst)]; in ImplConvertEucTwToUnicode()
348 sal_Int32 nOffset = pCns116431992PlaneOffsets[nChar >> 16]; in ImplConvertUnicodeToEucTw() local
352 if (nOffset == -1) in ImplConvertUnicodeToEucTw()
354 nOffset in ImplConvertUnicodeToEucTw()
[all …]
/AOO41X/main/svx/source/table/
H A Dtablemodel.cxx260 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in UndoRemoveRows() local
261 maRows[nIndex+nOffset] = aRows[nOffset]; in UndoRemoveRows()
295 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in UndoRemoveColumns() local
296 maColumns[nIndex+nOffset] = aCols[nOffset]; in UndoRemoveColumns()
745 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in insertColumns() local
747 TableColumnRef xNewCol( new TableColumn( this, nIndex+nOffset ) ); in insertColumns()
748 maColumns[nIndex+nOffset] = xNewCol; in insertColumns()
749 aNewColumns[nOffset] = xNewCol; in insertColumns()
767 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in insertColumns() local
768 (*aCellIter++) = getCell( nIndex + nOffset, nRow ); in insertColumns()
[all …]
/AOO41X/main/formula/source/ui/dlg/
H A Dparawin.cxx168 void ParaWin::UpdateArgInput( sal_uInt16 nOffset, sal_uInt16 i ) in UpdateArgInput() argument
170 sal_uInt16 nArg = nOffset + i; in UpdateArgInput()
246 long nOffset = GetSliderPos(); in SetActiveLine() local
248 long nNewEdPos=(long)nActiveLine-nOffset; in SetActiveLine()
251 nOffset+=nNewEdPos; in SetActiveLine()
252 SetSliderPos((sal_uInt16) nOffset); in SetActiveLine()
253 nOffset=GetSliderPos(); in SetActiveLine()
255 nEdFocus=no-(sal_uInt16)nOffset; in SetActiveLine()
432 void ParaWin::SetArgumentOffset(sal_uInt16 nOffset) in SetArgumentOffset() argument
463 aSlider.SetThumbPos( nOffset ); in SetArgumentOffset()
[all …]
/AOO41X/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx209 SwTwips nOffset = 0; in _GetVertAlignmentValues() local
227 nOffset = 0; in _GetVertAlignmentValues()
234 nOffset = (_rVertOrientFrm.*fnRect->fnGetTopMargin)() - in _GetVertAlignmentValues()
247 nOffset += pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
261 nOffset = (*fnRect->fnYDiff)( in _GetVertAlignmentValues()
269 nOffset = (_rPageAlignLayFrm.*fnRect->fnGetTopMargin)() + in _GetVertAlignmentValues()
284 nOffset += pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
301 nOffset = (*fnRect->fnYDiff)( ToCharTopOfLine(), nVertOrientTop ); in _GetVertAlignmentValues()
315 nOffset = (*fnRect->fnYDiff)( (ToCharRect()->*fnRect->fnGetTop)(), in _GetVertAlignmentValues()
338 _orAlignAreaOffset = nOffset; in _GetVertAlignmentValues()
[all …]
/AOO41X/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx506 sal_uInt16 nOffset = GetSliderPos(); in UpdateValueList() local
510 mbHasDates[nOffset+nList-1] = false; in UpdateValueList()
517 … nTab, *pEntryLists[nColumn], mbHasDates[nOffset+nList-1] ); in UpdateValueList()
776 sal_uInt16 nOffset = GetSliderPos(); in IMPL_LINK() local
785 sal_uInt16 nQE = nOffset; in IMPL_LINK()
797 sal_uInt16 nQE = 1+nOffset; in IMPL_LINK()
808 sal_uInt16 nQE = 2+nOffset; in IMPL_LINK()
820 sal_uInt16 nQE = 3+nOffset; in IMPL_LINK()
855 for (sal_uInt16 i= nOffset; i< MAXQUERY; i++) in IMPL_LINK()
861 bRefreshExceptQuery[nOffset] =sal_True; in IMPL_LINK()
[all …]
/AOO41X/main/sal/osl/os2/
H A Dfile.cxx206 off_t nOffset,
212 off_t nOffset,
218 off_t nOffset,
224 off_t nOffset,
230 LONGLONG nOffset,
399 off_t nOffset, in readAt() argument
412 if (nOffset != m_offset) in readAt()
414 if (-1 == ::lseek (m_fd, nOffset, SEEK_SET)) in readAt()
416 m_offset = nOffset; in readAt()
424 OSL_FILE_TRACE("FileHandle_Impl::readAt(%d, %lld, %ld)", m_fd, nOffset, nBytes); in readAt()
[all …]

12345678910>>...16