Home
last modified time | relevance | path

Searched refs:nOffset (Results 126 – 150 of 408) sorted by relevance

12345678910>>...17

/trunk/main/package/source/package/zipapi/
H A DXUnbufferedStream.cxx83 mnZipCurrent = maEntry.nOffset; in XUnbufferedStream()
87 mnZipEnd = maEntry.nOffset + mnZipSize; in XUnbufferedStream()
92 …mnZipEnd = maEntry.nMethod == DEFLATED ? maEntry.nOffset + maEntry.nCompressedSize : maEntry.nOffs… in XUnbufferedStream()
/trunk/main/cppuhelper/source/
H A Dimplbase.cxx91 void ClassData::writeTypeOffset( const Type & rType, sal_Int32 nOffset ) SAL_THROW( () ) in writeTypeOffset() argument
93 arType2Offset[nType2Offset].nOffset = nOffset; in writeTypeOffset()
189 void * pInterface = (char *)pBase + rTO.nOffset; in query()
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx72 sal_uInt16 nOffset; // HTML PixelOffset member
82 nOffset(0), nWidth(0), bHasGraphic(sal_False), bEntirePara(true) in ScEEParseEntry()
89 nOffset(0), nWidth(0), bHasGraphic(sal_False), bEntirePara(true) in ScEEParseEntry()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DRun.java34 final int nOffset) in Run() argument
39 mnStreamOffset = nOffset; in Run()
43 mnOffset = nOffset; in Run()
/trunk/main/sw/source/core/docnode/
H A Dndindex.cxx147 SwNodeIndex& SwNodeIndex::Assign( const SwNode& rNd, long nOffset ) in Assign() argument
158 if( nOffset ) in Assign()
159 pNd = pNd->GetNodes()[ pNd->GetIndex() + nOffset ]; in Assign()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx777 sal_uInt16 nOffset; in _GetCharRect() local
783 nOffset = nRubyHeight; in _GetCharRect()
785 nOffset = GetLineHeight(); in _GetCharRect()
787 pOrig->Pos().Y() += nOffset; in _GetCharRect()
1292 xub_StrLen nOffset = 0; in GetCrsrOfst() local
1731 nOffset = nCurrStart + nLength; in GetCrsrOfst()
1737 if( nOffset && pPor->GetLen() == nLength && pPor->GetPortion() && in GetCrsrOfst()
1739 --nOffset; in GetCrsrOfst()
1741 return nOffset; in GetCrsrOfst()
H A Dtxtftn.cxx1092 xub_StrLen SwTxtFormatter::FormatQuoVadis( const xub_StrLen nOffset ) in FormatQuoVadis() argument
1098 return nOffset; in FormatQuoVadis()
1104 return nOffset; in FormatQuoVadis()
1112 return nOffset; in FormatQuoVadis()
1119 return nOffset; // Wenn der ErgoSum auf der selben Seite steht in FormatQuoVadis()
1125 return nOffset; in FormatQuoVadis()
1134 GetRedln()->Seek( *pFnt, nOffset, 0 ); in FormatQuoVadis()
/trunk/main/sc/source/filter/excel/
H A Dxlescher.cxx92 long lclGetXFromCol( ScDocument& rDoc, SCTAB nScTab, sal_uInt16 nXclCol, sal_uInt16 nOffset, double… in lclGetXFromCol() argument
96 ::std::min( nOffset / 1024.0, 1.0 ) * rDoc.GetColWidth( nScCol, nScTab )) + 0.5 ); in lclGetXFromCol()
100 long lclGetYFromRow( ScDocument& rDoc, SCTAB nScTab, sal_uInt16 nXclRow, sal_uInt16 nOffset, double… in lclGetYFromRow() argument
104 ::std::min( nOffset / 256.0, 1.0 ) * rDoc.GetRowHeight( nScRow, nScTab )) + 0.5 ); in lclGetYFromRow()
/trunk/main/uui/source/
H A Dcookiedg.cxx79 sal_uInt16 nOffset = CNTHTTP_COOKIE_REQUEST_RECV == mpCookieRequest->m_eType in CookiesDialog() local
82 SetText( String( ResId( STR_COOKIES_RECV_TITLE + nOffset, *pResMgr ) ) ); in CookiesDialog()
83 String aMsg( ResId( STR_COOKIES_RECV_START + nOffset, *pResMgr ) ); in CookiesDialog()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx910 sal_Int32 nOffset = 7; in osl_getSystemPathFromFileURL()
914 nOffset += nIndex; in osl_getSystemPathFromFileURL()
917 …= rtl_ustr_indexOfChar_WithLength( ustrFileURL->buffer + nOffset, ustrFileURL->length - nOffset, (… in osl_getSystemPathFromFileURL()
920 rtl_uString_newFromStr_WithLength( &ustrPathToken, ustrFileURL->buffer + nOffset, in osl_getSystemPathFromFileURL()
921 -1 == nIndex ? ustrFileURL->length - nOffset : nIndex++ ); in osl_getSystemPathFromFileURL()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx749 sal_Bool OCalcTable::seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Int… in seekRow() argument
775 m_nFilePos = (((sal_Int32)m_nFilePos) + nOffset < 0) ? 0L in seekRow()
776 : (sal_uInt32)(((sal_Int32)m_nFilePos) + nOffset); in seekRow()
780 m_nFilePos = (sal_uInt32)nOffset; in seekRow()
806 if (nOffset > 0) in seekRow()
808 else if (nOffset < 0) in seekRow()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.hxx46 short nOffset; // current offset within page member in StgFAT
75 short nOffset; // offset into current page member in StgStrm
88 short GetOffset() { return nOffset;} in GetOffset()
/trunk/main/sc/source/core/tool/
H A Dreftokenhelper.cxx56 sal_Int32 nOffset = 0; in compileRangeRepresentation() local
57 while (nOffset >= 0 && !bFailure) in compileRangeRepresentation()
60 ScRangeStringConverter::GetTokenByOffset(aToken, aRangeStr, nOffset, cSep, cQuote); in compileRangeRepresentation()
61 if (nOffset < 0) in compileRangeRepresentation()
/trunk/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx205 DWORD nOffset(sizeof(BITMAPFILEHEADER) + nSizeInfoOrV5); in WinDIBToOOBMP() local
211nOffset += (pBmpInfoHdr->biClrUsed ? pBmpInfoHdr->biClrUsed : (1 << pBmpInfoHdr->biBitCount)) << 2; in WinDIBToOOBMP()
215 nOffset += 12; in WinDIBToOOBMP()
222 pBmpFileHdr->bfOffBits = nOffset; in WinDIBToOOBMP()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx566 const xub_StrLen nOffset) in correctMarksAbsolute() argument
570 aNewPos.nContent += nOffset; in correctMarksAbsolute()
606 …rectMarksRelative(const SwNodeIndex& rOldNode, const SwPosition& rNewPos, const xub_StrLen nOffset) in correctMarksRelative() argument
610 aNewPos.nContent += nOffset; in correctMarksRelative()
1634 xub_StrLen nOffset, in _RestoreCntntIdx() argument
1653 aNewPos.nContent.Assign(pCNd, aSave.GetContent() + nOffset); in _RestoreCntntIdx()
1662 aNewPos.nContent.Assign(pCNd, aSave.GetContent() + nOffset); in _RestoreCntntIdx()
1684 aSave.GetContent() + nOffset ); in _RestoreCntntIdx()
1788 pPos->nContent.Assign( pCNd, aSave.GetContent() + nOffset ); in _RestoreCntntIdx()
/trunk/main/cui/source/options/
H A Doptcolor.cxx1270 sal_Bool lcl_MoveAndShow(Window* pWindow, long nOffset, long nMaxVisible, bool _bShow) in lcl_MoveAndShow() argument
1276 aPos.Y() += nOffset; in lcl_MoveAndShow()
1288 …long nOffset = aScrollWindow.aColorBoxes[1]->GetPosPixel().Y() - aScrollWindow.aColorBoxes[0]->Get… in IMPL_LINK() local
1289 nOffset *= (nScrollPos - pScrollBar->GetThumbPos()); in IMPL_LINK()
1303 lcl_MoveAndShow(aScrollWindow.aCheckBoxes[i], nOffset, nWindowHeight, bShowCtrl); in IMPL_LINK()
1304 lcl_MoveAndShow(aScrollWindow.aFixedTexts[i], nOffset, nWindowHeight, bShowCtrl); in IMPL_LINK()
1305 lcl_MoveAndShow(aScrollWindow.aWindows[i] , nOffset, nWindowHeight, bShowCtrl); in IMPL_LINK()
1306 … sal_Bool bShow = lcl_MoveAndShow(aScrollWindow.aColorBoxes[i], nOffset, nWindowHeight, bShowCtrl); in IMPL_LINK()
1357 …Point aPos = aScrollWindow.aChapters[i]->GetPosPixel(); aPos.Y() += nOffset; aScrollWindow.aChapte… in IMPL_LINK()
1358 …aPos = aScrollWindow.aChapterWins[i]->GetPosPixel(); aPos.Y() += nOffset; aScrollWindow.aChapterWi… in IMPL_LINK()
/trunk/main/basic/source/classes/
H A Dimage.cxx518 sal_uInt16 SbiImage::CalcLegacyOffset( sal_Int32 nOffset ) in CalcLegacyOffset() argument
520 return SbiCodeGen::calcLegacyOffSet( (sal_uInt8*)pCode, nOffset ) ; in CalcLegacyOffset()
523 sal_uInt32 SbiImage::CalcNewOffset( sal_Int16 nOffset ) in CalcNewOffset() argument
525 return SbiCodeGen::calcNewOffSet( (sal_uInt8*)pLegacyPCode, nOffset ) ; in CalcNewOffset()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx836 const long nOffset = 12; in SfxDocumentPage() local
840 nTxtW += nOffset; in SfxDocumentPage()
844 long nDelta = Max( nTxtW - nBtnW, nOffset/3 ); in SfxDocumentPage()
1999 const long nOffset = 4; in InitControls() local
2002 long nTypeWidth = m_aTypeBox.CalcMinimumSize().Width() + ( 2 * nOffset ); in InitControls()
2018 long nWidth = aRect.getWidth() - nOffset; in InitControls()
2022 aPos.X() = aRect.getX() + ( nOffset / 2 ); in InitControls()
2037 aPos.X() = aRect.getX() + ( nOffset / 2 ); in InitControls()
2379 sal_Int32 nOffset = m_aPropertiesWin.GetLineHeight(); in IMPL_LINK() local
2380 nOffset *= ( m_nThumbPos - pScrollBar->GetThumbPos() ); in IMPL_LINK()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.hxx86 WW8BinaryObjReference(WW8Stream & rStream, sal_uInt32 nOffset,
88 WW8BinaryObjReference(WW8StructBase & rParent, sal_uInt32 nOffset,
90 WW8BinaryObjReference(WW8StructBase * pParent, sal_uInt32 nOffset,
/trunk/main/basic/source/comp/
H A Dcodegen.cxx514 SbiCodeGen::calcNewOffSet( sal_uInt8* pCode, sal_uInt16 nOffset ) in calcNewOffSet() argument
516 return BufferTransformer< sal_uInt16, sal_uInt32 >::convertBufferOffSet( pCode, nOffset ); in calcNewOffSet()
520 SbiCodeGen::calcLegacyOffSet( sal_uInt8* pCode, sal_uInt32 nOffset ) in calcLegacyOffSet() argument
522 return BufferTransformer< sal_uInt32, sal_uInt16 >::convertBufferOffSet( pCode, nOffset ); in calcLegacyOffSet()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1324 SCSIZE nOffset = 0; in TopTenQuery() local
1332 nOffset = nValidCount - nVal; // 1 <= nVal <= nValidCount in TopTenQuery()
1340 nOffset = nVal - 1; // 1 <= nVal <= nValidCount in TopTenQuery()
1348 nOffset = nValidCount - (nValidCount * nVal / 100); in TopTenQuery()
1349 if ( nOffset >= nValidCount ) in TopTenQuery()
1350 nOffset = nValidCount - 1; in TopTenQuery()
1358 nOffset = (nValidCount * nVal / 100); in TopTenQuery()
1359 if ( nOffset >= nValidCount ) in TopTenQuery()
1360 nOffset = nValidCount - 1; in TopTenQuery()
1368 ScBaseCell* pCell = ppInfo[nOffset]->pCell; in TopTenQuery()
/trunk/main/xmloff/source/text/
H A DXMLLineNumberingImportContext.cxx72 , nOffset(-1) in XMLLineNumberingImportContext()
178 nOffset = nTmp; in ProcessAttribute()
247 aAny <<= nOffset; in CreateAndInsert()
/trunk/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx45 sal_uInt32 nOffset, sal_uInt32 nStep);
292 sal_uInt32 nOffset, sal_uInt32 nStep) in dumpLine() argument
299 snprintf(sBuffer, 255, "%08" SAL_PRIxUINT32 ": ", nOffset); in dumpLine()
/trunk/main/idlc/source/
H A Dastscope.cxx184 sal_Int32 nOffset = 2; in lookupByName() local
190 pDecl = pScope->lookupByNameLocal(scopedName.getToken(nOffset, ':', i )); in lookupByName()
191 nOffset = 1; in lookupByName()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx457 long nOffset = 0; in RefInputStart() local
467 nOffset = (nHeight-aOldEditSize.Height()) / 2; in RefInputStart()
469 aNewEditSize.Width() -= nOffset; in RefInputStart()
471 pRefEdit->SetPosSizePixel(Point(nOffset, nOffset), aNewEditSize); in RefInputStart()

Completed in 171 milliseconds

12345678910>>...17