Home
last modified time | relevance | path

Searched refs:nOffset (Results 101 – 125 of 408) sorted by relevance

12345678910>>...17

/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx427 aPos.Y() += nOffset; in lcl_MoveDown()
587 aDlgSize.Height() += nOffset; in Construct_Impl()
807 sal_uIntPtr nDelta = 187, nOffset = 0; in CalculateDelta_Impl() local
818 nOffset = !bDrawApp ? 13 : 0; in CalculateDelta_Impl()
830 nOffset += 13; in CalculateDelta_Impl()
837 nOffset += 17; in CalculateDelta_Impl()
872 nOffset += ( 3 * nAppFontHeight ); in CalculateDelta_Impl()
901 if ( nOffset > 0 ) in CalculateDelta_Impl()
924 nOffset += 64; in CalculateDelta_Impl()
927 nOffset += 64; in CalculateDelta_Impl()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLConsolidationContext.cxx78 sal_Int32 nOffset(0); in ScXMLConsolidationContext() local
80 … aTargetAddr, sValue, GetScImport().GetDocument(), ::formula::FormulaGrammar::CONV_OOO, nOffset ); in ScXMLConsolidationContext()
120 sal_Int32 nOffset = 0; in EndElement() local
126 …Index ], sSourceList, GetScImport().GetDocument(), ::formula::FormulaGrammar::CONV_OOO, nOffset ) ) in EndElement()
/trunk/main/oox/source/ole/
H A Dvbainputstream.cxx161 … sal_uInt16 nOffset = extractValue< sal_uInt16 >( nCopyToken, 16 - nBitCount, nBitCount ) + 1; in updateChunk() local
162 mbEof = (nOffset > maChunk.size()) || (maChunk.size() + nLength > 4096); in updateChunk()
170 const sal_uInt8* pnFrom = pnTo - nOffset; in updateChunk()
172 size_t nRunLen = ::std::min< size_t >( nLength, nOffset ); in updateChunk()
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx41 sal_Bool ODbaseTable::seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_In… in seekRow() argument
68 m_nFilePos = (((sal_Int32)m_nFilePos) + nOffset < 0) ? 0L in seekRow()
69 : (sal_uInt32)(((sal_Int32)m_nFilePos) + nOffset); in seekRow()
73 m_nFilePos = (sal_uInt32)nOffset; in seekRow()
110 if (nOffset > 0) in seekRow()
112 else if (nOffset < 0) in seekRow()
/trunk/main/cppu/source/typelib/
H A Dstatic_types.cxx49 sal_Int32 nOffset,
382 sal_Int32 nOffset = 0; in init() local
388 nOffset = ((typelib_TypeDescription *)pComp->pBaseTypeDescription)->nSize; in init()
410 nOffset = newAlignedSize( nOffset, pTD->nSize, pTD->nAlignment ); in init()
411 pComp->pMemberOffsets[i] = nOffset - pTD->nSize; in init()
/trunk/main/sal/osl/unx/
H A Dfile_url.cxx182 sal_Int32 nOffset = 7; in osl_getSystemPathFromFileURL() local
186 nOffset += nIndex; in osl_getSystemPathFromFileURL()
189 …= rtl_ustr_indexOfChar_WithLength( ustrFileURL->buffer + nOffset, ustrFileURL->length - nOffset, (… in osl_getSystemPathFromFileURL()
192 rtl_uString_newFromStr_WithLength( &ustrPathToken, ustrFileURL->buffer + nOffset, in osl_getSystemPathFromFileURL()
193 -1 == nIndex ? ustrFileURL->length - nOffset : nIndex++ ); in osl_getSystemPathFromFileURL()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx490 sal_uInt32 nOffset; member
529 pStm->Seek( pFind->nOffset ); in GetBitmapStream()
639 pContent[0].nOffset = ResMgr::GetLong( pContentBuf+8 ); in Create()
645 pContent[j].nOffset = ResMgr::GetLong( pContentBuf + (12*j+8) ); in Create()
649 && pContent[i].nOffset >= pContent[j].nOffset ) in Create()
711 nOffCorrection = pFirst->nOffset; in LoadGlobalRes()
714 pStm->Seek( pLast->nOffset ); in LoadGlobalRes()
717 nSize = pLast->nOffset + aHdr.GetGlobOff() - nOffCorrection; in LoadGlobalRes()
719 pStm->Seek( pFirst->nOffset ); in LoadGlobalRes()
723 return (sal_uInt8*)pStringBlock + pFind->nOffset - nOffCorrection; in LoadGlobalRes()
[all …]
/trunk/main/uui/source/
H A Dsecmacrowarnings.cxx238 const long nOffset = 12; in InitControls() local
240 nTxtW += nOffset; in InitControls()
245 long nDelta = Max( nTxtW - nBtnW, nOffset/3 ); in InitControls()
262 nTxtW1 += nOffset; in InitControls()
266 nTxtW2 += nOffset; in InitControls()
/trunk/main/rsc/source/res/
H A Drscclass.cxx161 (pData + pVarTypeList[ nEle ].nOffset); in GetInstData()
164 (pData + pVarTypeList[ nEle ].nOffset); in GetInstData()
167 aInst.pData = pData + pVarTypeList[ nEle ].nOffset; in GetInstData()
287 (aInst.pData + pVarTypeList[ i ].nOffset ); in Create()
293 (aInst.pData + pVarTypeList[ i ].nOffset ); in Create()
374 pVarTypeList[ nEntries ].nOffset = nSize; in SetVariable()
482 (rInst.pData + pVarTypeList[ i ].nOffset ); in GetVariable()
492 = (CLASS_DATA *)(rInst.pData + pVarTypeList[ i ].nOffset); in GetVariable()
/trunk/main/sfx2/source/bastyp/
H A Dbitset.cxx38 BitSet BitSet::operator<<( sal_uInt16 nOffset ) const in operator <<()
43 if ( nOffset == 0 ) in operator <<()
47 sal_uInt16 nBlockDiff = nOffset / 32; in operator <<()
48 sal_uIntPtr nBitValDiff = nOffset % 32; in operator <<()
/trunk/main/writerfilter/source/doctok/
H A DWW8PieceTableImpl.cxx46 sal_uInt32 nOffset, in WW8PieceTableImpl() argument
49 WW8Clx aClx(rStream, nOffset, nCount); in WW8PieceTableImpl()
122 sal_uInt32 nOffset = rFc.get() - aIt->getFc().get(); in findFc() local
128 if (nOffset < nLength) in findFc()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dsvggradientprimitive2d.hxx132 sal_Int32 nOffset) const = 0;
139 sal_Int32 nOffset) const;
198 sal_Int32 nOffset) const;
267 sal_Int32 nOffset) const;
/trunk/main/store/source/
H A Dstordata.cxx726 inode::ChunkDescriptor OStoreDirectoryPageObject::chunk (sal_uInt32 nOffset)
730 if (nOffset < nCapacity)
732 return inode::ChunkDescriptor (nOffset, nCapacity);
735 return inode::ChunkDescriptor (nOffset - nCapacity, data::capacity(m_rPage.m_aDescr));
737 inode::ChunkScope eScope = m_rPage.scope(nOffset);
740 return inode::ChunkDescriptor (nOffset, m_rPage.capacity());
743 … return inode::ChunkDescriptor (nOffset - m_rPage.capacity(), data::capacity(m_rPage.m_aDescr));
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx878 const sal_uLong nOffset = *(DWORD*) pBI + nColorCount * sizeof( RGBQUAD ); in AcquireBuffer() local
879 BYTE* pOldBits = (PBYTE) pBI + nOffset; in AcquireBuffer()
880 BYTE* pNewBits = (PBYTE) pNewBI + nOffset; in AcquireBuffer()
882 memcpy( pNewBI, pBI, nOffset ); in AcquireBuffer()
923 sal_uLong nOffset = 0UL; in AcquireBuffer() local
927 nOffset = 3 * sizeof( RGBQUAD ); in AcquireBuffer()
937 pBuffer->mpBits = (PBYTE) pBI + *(DWORD*) pBI + nOffset; in AcquireBuffer()
/trunk/main/sw/source/ui/misc/
H A Dlinenum.cxx208 sal_uInt16 nOffset = rInf.GetPosFromLeft(); in Reset() local
209 if (nOffset == USHRT_MAX) in Reset()
210 nOffset = 0; in Reset()
212 aOffsetMF.SetValue(aOffsetMF.Normalize(nOffset), FUNIT_TWIP); in Reset()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java287 final int nOffset) in AppendText() argument
296 AddText(sText, eTokenType, aStyle, nOffset); in AppendText()
312 final int nOffset) in AddText() argument
314 maView.AddText(sText, eTokenType, aStyle, nOffset); in AddText()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx99 void SwLayCacheImpl::Insert( sal_uInt16 nType, sal_uLong nIndex, xub_StrLen nOffset ) in Insert() argument
103 aOffset.push_back( nOffset ); in Insert()
119 sal_uInt32 nIndex, nOffset; in Read() local
133 aIo.GetStream() >> nOffset; in Read()
135 nOffset = STRING_LEN; in Read()
137 Insert( SW_LAYCACHE_IO_REC_PARA, nIndex, (xub_StrLen)nOffset ); in Read()
144 >> nOffset; in Read()
145 Insert( SW_LAYCACHE_IO_REC_TABLE, nIndex, (xub_StrLen)nOffset ); in Read()
/trunk/main/formula/inc/formula/
H A Dformdata.hxx48 inline sal_uInt16 GetOffset() const { return nOffset; } in GetOffset()
59 inline void SetOffset( sal_uInt16 nNew ) { nOffset = nNew; } in SetOffset()
76 sal_uInt16 nOffset; member in formula::FormEditData
/trunk/main/store/inc/store/
H A Dstore.hxx134 sal_uInt32 nOffset, in readAt() argument
142 return store_readStream (m_hImpl, nOffset, pBuffer, nBytes, &rnDone); in readAt()
149 sal_uInt32 nOffset, in writeAt() argument
157 return store_writeStream (m_hImpl, nOffset, pBuffer, nBytes, &rnDone); in writeAt()
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx221 long nOffset = 14 + 40; // BMP_FILE_HD_SIZ + sizeof(*pBmpInfo); in WriteBMPHeader() local
223 nOffset += nColors * 4; in WriteBMPHeader()
224 long nSize = nOffset + nWdtOut * n4Height; in WriteBMPHeader()
229 << SwapLong(nOffset); // Offset? in WriteBMPHeader()
/trunk/main/offapi/com/sun/star/awt/
H A DXImageConsumer.idl76 + m + nOffset).</p>
83 [in] long nOffset,
96 + m + nOffset).</p>
103 [in] long nOffset,
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx459 long nOffset = 0; in CalcOffset() local
462 nOffset = nTabWidth - nItemWidth; in CalcOffset()
463 if( nOffset < 0 ) in CalcOffset()
464 nOffset = 0; in CalcOffset()
471 nOffset = ( nTabWidth - nItemWidth ) / 2; in CalcOffset()
472 if( nOffset < 0 ) in CalcOffset()
473 nOffset = 0; in CalcOffset()
480 nOffset = -( nItemWidth / 2 ); in CalcOffset()
483 return nOffset; in CalcOffset()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx164 void SetStartIndex( sal_Int32 nOffset );
429 void AccessibleTextHelper_Impl::SetStartIndex( sal_Int32 nOffset ) in SetStartIndex() argument
435 mnStartIndex = nOffset; in SetStartIndex()
437 if( nOldOffset != nOffset ) in SetStartIndex()
440 AccessibleTextHelper_OffsetChildIndex aFunctor( nOffset - nOldOffset ); in SetStartIndex()
1941 void AccessibleTextHelper::SetStartIndex( sal_Int32 nOffset ) in SetStartIndex() argument
1950 mpImpl->SetStartIndex( nOffset ); in SetStartIndex()
1962 sal_Int32 nOffset = mpImpl->GetStartIndex(); in GetStartIndex() local
1966 return nOffset; in GetStartIndex()
/trunk/main/sw/inc/
H A Dflddat.hxx112 long nOffset; // Offset in Minuten member in SwDateTimeField
132 inline void SetOffset(long nMinutes) { nOffset = nMinutes; } in SetOffset()
133 inline long GetOffset() const { return nOffset; } in GetOffset()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx435 const long nOffset = 2; in layoutWindow() local
436 …zePixel( aViewportPlaygroundPixel.Width() - 2 * nOffset, aViewportPlaygroundPixel.Height() - 2 * n… in layoutWindow()
440 m_pViewport->SetPosSizePixel( Point( nOffset, nOffset ), aViewportSizePixel ); in layoutWindow()

Completed in 169 milliseconds

12345678910>>...17