Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1984 nOfs += nCmapSize; in GetRawFontData()
1989 nOfs += nCvtSize; in GetRawFontData()
1995 nOfs += nFpgmSize; in GetRawFontData()
2001 nOfs += nGlyfSize; in GetRawFontData()
2006 nOfs += nGlyfSize; in GetRawFontData()
2010 nOfs += nLocaSize; in GetRawFontData()
2015 nOfs += nHeadSize; in GetRawFontData()
2019 nOfs += nHheaSize; in GetRawFontData()
2023 nOfs += nHmtxSize; in GetRawFontData()
2027 nOfs += nMaxpSize; in GetRawFontData()
[all …]
/trunk/main/svl/source/items/
H A Ditempool.cxx1065 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetWhich() local
1066 if ( pItemInfos[nOfs]._nSID == nSlotId ) in GetWhich()
1067 return nOfs + nStart; in GetWhich()
1072 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetWhich() local
1073 if ( pSlotIds[nOfs] == nSlotId ) in GetWhich()
1074 return nOfs + nStart; in GetWhich()
1116 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetTrueWhich() local
1118 return nOfs + nStart; in GetTrueWhich()
1123 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetTrueWhich() local
1124 if ( pSlotIds[nOfs] == nSlotId ) in GetTrueWhich()
[all …]
H A Dpoolio.cxx1403 { sal_uInt16 nOfs; in GetNewWhich() local
1405 for ( nOfs = 0; in GetNewWhich()
1406 nOfs <= nCount && in GetNewWhich()
1407 pVerInfo->_pMap[nOfs] != nFileWhich; in GetNewWhich()
1408 ++nOfs ) in GetNewWhich()
1411 if ( pVerInfo->_pMap[nOfs] == nFileWhich ) in GetNewWhich()
1412 nFileWhich = pVerInfo->_nStart + nOfs; in GetNewWhich()
/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx585 for ( sal_uInt16 nOfs = 0; rWhichMap[nOfs]; nOfs += 2 ) in BuildWhichTbl() local
587 if( *pWhichIds < rWhichMap[nOfs] - 1 ) in BuildWhichTbl()
590 rWhichMap.Insert( aNewRange, 2, nOfs ); in BuildWhichTbl()
594 else if( *pWhichIds == rWhichMap[nOfs] - 1 ) in BuildWhichTbl()
597 rWhichMap[nOfs] = *pWhichIds; in BuildWhichTbl()
601 else if( *pWhichIds == rWhichMap[nOfs+1] + 1 ) in BuildWhichTbl()
603 if( rWhichMap[nOfs+2] != 0 && rWhichMap[nOfs+2] == *pWhichIds + 1 ) in BuildWhichTbl()
606 rWhichMap[nOfs+1] = rWhichMap[nOfs+3]; in BuildWhichTbl()
607 rWhichMap.Remove( nOfs+2, 2 ); in BuildWhichTbl()
611 rWhichMap[nOfs+1] = *pWhichIds; in BuildWhichTbl()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1877 sal_uInt32 i, nPos, nOfs, nPersistOfs = mpStrm->Tell(); in ImplWriteAtomEnding() local
1888 if ( nOfs ) in ImplWriteAtomEnding()
1890 *mpStrm << nOfs; in ImplWriteAtomEnding()
1896 if ( nOfs ) in ImplWriteAtomEnding()
1898 *mpStrm << nOfs; in ImplWriteAtomEnding()
1905 if ( nOfs ) in ImplWriteAtomEnding()
1907 *mpStrm << nOfs; in ImplWriteAtomEnding()
1915 if ( nOfs ) in ImplWriteAtomEnding()
1917 *mpStrm << nOfs; in ImplWriteAtomEnding()
1926 if ( nOfs ) in ImplWriteAtomEnding()
[all …]
H A Deppt.hxx416 PPTExOleObjEntry( PPTExOleObjEntryType eT, sal_uInt32 nOfs ) : in PPTExOleObjEntry()
418 nOfsA ( nOfs ) {}; in PPTExOleObjEntry()
H A Depptso.cxx711 sal_uInt32 nOfs = mpPptEscherEx->PtGetOffsetByID( EPP_Persist_Document ); in ImplCloseDocument() local
712 if ( nOfs ) in ImplCloseDocument()
715 mpStrm->Seek( nOfs ); in ImplCloseDocument()
/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx294 sal_uLong nOfs; in SgfFilterBMap() local
326 nOfs=rOut.Tell(); in SgfFilterBMap()
334 … rOut.Seek(nOfs+((sal_uLong)rHead.Ysize-j-1L)*(sal_uLong)nWdtOut); // rueckwaerts schreiben! in SgfFilterBMap()
355 nOfs=rOut.Tell(); in SgfFilterBMap()
380 … rOut.Seek(nOfs+((sal_uLong)rHead.Ysize-j-1L)*(sal_uLong)nWdtOut); // rueckwaerts schreiben! in SgfFilterBMap()
393 nOfs=rOut.Tell(); in SgfFilterBMap()
400 … rOut.Seek(nOfs+((sal_uLong)rHead.Ysize-j-1L)*(sal_uLong)nWdtOut); // rueckwaerts schreiben! in SgfFilterBMap()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx960 short nOfs; in DumpFkp() local
974 nOfs= c * 2; // -> Byte Offset in DumpFkp()
975 xStrm->Seek( nPos + nOfs ); in DumpFkp()
984 *pOut << " Offset: " << nOfs << dec2; in DumpFkp()
985 if ( nOfs ) in DumpFkp()
1491 static void DumpPlcText( WW8_FC nPos, long nLen, long nOfs, in DumpPlcText() argument
1510 start2 = pSBase->WW8Cp2Fc(start + nOfs ); in DumpPlcText()
1511 ende2 = pSBase->WW8Cp2Fc(ende + nOfs ); in DumpPlcText()
1517 DumpPlainText( nOfs + start, ende - start - 1, pName ); in DumpPlcText()
H A Dww8scan.cxx2404 sal_uInt16 nOfs = (*(pOfs + nIdx * nItemSize)) * 2; in WW8Fkp() local
2407 if (nOfs) in WW8Fkp()
2412 aEntry.mnLen = maRawData[nOfs]; in WW8Fkp()
2413 aEntry.mpData = maRawData + nOfs + 1; in WW8Fkp()
2418 aEntry.mnLen = maRawData[nOfs]; in WW8Fkp()
2421 aEntry.mnLen = maRawData[ nOfs+1 ]; in WW8Fkp()
2425 aEntry.mnIStd = SVBT16ToShort(maRawData+nOfs+1+nDelta); in WW8Fkp()
2427 aEntry.mpData = maRawData + nOfs + 3+ nDelta; in WW8Fkp()
H A Dww8scan.hxx744 friend static void DumpPLCFText( WW8_FC nPos, long nLen, long nOfs, sal_Char* pName,
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java539 int nOfs = aSearch.length(); in replaceAll() local
542 aBuffer.replace( nPos, nPos+nOfs, aReplace ); in replaceAll()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx2674 unsigned int nOfs = (*(pOfs + mnIdx * nItemSize)) * 2; in WW8Fkp() local
2677 if (nOfs) in WW8Fkp()
2682 aEntry.mnLen = maRawData[nOfs]; in WW8Fkp()
2683 aEntry.mpData = maRawData + nOfs + 1; in WW8Fkp()
2687 …Word2CHPX aChpx = ReadWord2Chpx(*pSt, nFilePos + nOfs + 1, static_cast< sal_uInt8 >(aEntry.mnLen)); in WW8Fkp()
2703 aEntry.mnLen = maRawData[nOfs]; in WW8Fkp()
2706 aEntry.mnLen = maRawData[nOfs+1]; in WW8Fkp()
2715 aEntry.mnIStd = *(maRawData+nOfs+1+nDelta); in WW8Fkp()
2719 aEntry.mpData = maRawData + nOfs + 8; in WW8Fkp()
2723 aEntry.mnIStd = SVBT16ToShort(maRawData+nOfs+1+nDelta); in WW8Fkp()
[all …]
H A Dwrtw8sty.cxx114 sal_uLong nOfs; member in WW8_WrPlc0
881 : aPos( 4, 4 ), nOfs( nOffset ) in WW8_WrPlc0()
887 aPos.Insert( nStartCpOrFc - nOfs, aPos.Count() ); in Append()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java697 int nOfs = aSearch.length(); in replaceAll() local
700 aBuffer.replace( nPos, nPos+nOfs, aReplace ); in replaceAll()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1273 const int nOfs = static_cast<int>(pTop[-1]); in convertOneTypeEsc() local
1275 (void)nOfs;// TODO: implement in convertOneTypeEsc()
2164 nOfs += sprintf( &aT1Str[nOfs], in emitAsType1()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1272 void PtInsert( sal_uInt32 nID, sal_uInt32 nOfs );
1275 sal_uInt32 PtReplace( sal_uInt32 nID, sal_uInt32 nOfs );
1276 sal_uInt32 PtReplaceOrInsert( sal_uInt32 nID, sal_uInt32 nOfs );
H A Dsvdfppt.hxx382 …PPTOleEntry( sal_uInt32 nid, sal_uInt32 nOfs, SfxObjectShell* pSh, sal_uInt16 nT, sal_uInt32 nAsp … in PPTOleEntry()
384 nRecHdOfs ( nOfs ), in PPTOleEntry()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx1270 xub_StrLen nOfs = in ChgRelPos() local
1275 pAutoFrm->GetFollow()->GetOfst() <= nOfs ) in ChgRelPos()
1327 xub_StrLen nOfs = pFmt->GetAnchor().GetCntntAnchor() in ChgRelPos() local
1332 pAutoFrm->GetFollow()->GetOfst() <= nOfs ) in ChgRelPos()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3971 void EscherPersistTable::PtInsert( sal_uInt32 nID, sal_uInt32 nOfs ) in PtInsert() argument
3973 maPersistTable.Insert( new EscherPersistEntry( nID, nOfs ) ); in PtInsert()
4005 sal_uInt32 EscherPersistTable::PtReplace( sal_uInt32 nID, sal_uInt32 nOfs ) in PtReplace() argument
4012 ((EscherPersistEntry*)pPtr)->mnOffset = nOfs; in PtReplace()
4021 sal_uInt32 EscherPersistTable::PtReplaceOrInsert( sal_uInt32 nID, sal_uInt32 nOfs ) in PtReplaceOrInsert() argument
4028 ((EscherPersistEntry*)pPtr)->mnOffset = nOfs; in PtReplaceOrInsert()
4032 PtInsert( nID, nOfs ); in PtReplaceOrInsert()
5147 sal_uInt32 nOfs = ((EscherPersistEntry*)pPtr)->mnOffset; in InsertAtCurrentPos() local
5148 if ( nOfs >= nCurPos ) in InsertAtCurrentPos()
H A Dsvdfppt.cxx1508 sal_uInt32 nOfs, nAnz; in SdrPowerPointImport() local
1509 rStCtrl >> nOfs; in SdrPowerPointImport()
1510 nAnz = nOfs; in SdrPowerPointImport()
1511 nOfs &= 0x000FFFFF; in SdrPowerPointImport()
1513 while ( bOk && ( rStCtrl.GetError() == 0 ) && ( nAnz > 0 ) && ( nOfs <= nPersistPtrAnz ) ) in SdrPowerPointImport()
1517 if ( !pPersistPtr[ nOfs ] ) in SdrPowerPointImport()
1519 pPersistPtr[ nOfs ] = nPt; in SdrPowerPointImport()
1520 if ( pPersistPtr[ nOfs ] > nStreamLen ) in SdrPowerPointImport()
1527 nOfs++; in SdrPowerPointImport()
2081 sal_uInt32 nOldPos, nOfs = pPersistPtr[ nPersistPtr ]; in ImportExOleObjStg() local
[all …]
H A Dmsdffimp.cxx3316 sal_IntPtr nOfs = (sal_IntPtr)maDgOffsetTable.Get( mpFidcls[ nSec ].dgid ); in SeekToShape() local
3317 if ( nOfs ) in SeekToShape()
3319 rSt.Seek( nOfs ); in SeekToShape()
/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx394 SwDoCapitalCrsrOfst( SwDrawTextInfo &rInfo, const sal_uInt16 nOfs ) : in SwDoCapitalCrsrOfst() argument
395 SwDoCapitals( rInfo ), nCrsr( 0 ), nOfst( nOfs ) in SwDoCapitalCrsrOfst()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1849 sal_uInt32 nOfs = pE->aPersistAtom.nReserved; in ImportPageEffect() local
1850 if ( nOfs ) in ImportPageEffect()
1852 rStCtrl.Seek( nOfs ); in ImportPageEffect()
1853 nPageRecEnd = nOfs + 16; in ImportPageEffect()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1509 sal_uInt16 nOfs = bBehind ? 0 : 1; in InsertRow() local
1512 SwTableLine *pNewLine = GetTabLines()[ nRowIdx+nCnt-n-nOfs]; in InsertRow()

Completed in 391 milliseconds