Searched refs:nFPos (Results 1 – 4 of 4) sorted by relevance
725 SvxMSDffBLIPInfo(sal_uInt16 nBType, sal_uLong nFPos, sal_uLong nBSize): in SvxMSDffBLIPInfo()726 nBLIPType( nBType ), nFilePos( nFPos ), nBLIPSize( nBSize ){} in SvxMSDffBLIPInfo()740 SvxMSDffShapeInfo(sal_uLong nFPos, sal_uInt32 nId=0, // sal_uLong nBIdx=0, in SvxMSDffShapeInfo()743 nFilePos( nFPos ), in SvxMSDffShapeInfo()
963 sal_uIntPtr nFPos = pStrm->Tell(); in lcl_WriteSbxVariable() local1041 pStrm->Seek( nFPos + nBlockLen ); in lcl_WriteSbxVariable()1053 sal_uIntPtr nFPos = pStrm->Tell(); in lcl_ReadSbxVariable() local1145 pStrm->Seek( nFPos + nBlockLen ); in lcl_ReadSbxVariable()1235 sal_uIntPtr nFPos = pStrm->Tell(); in PutGet() local1241 pStrm->Seek( nFPos + nBlockLen ); in PutGet()
2387 sal_Size nFPos = Tell(); in SetStreamSize() local2393 DBG_ASSERT(Tell()==nFPos,"SetStreamSize failed"); in SetStreamSize()
1694 sal_uLong nFPos = pPersistPtr[ nPersist ]; in SdrPowerPointImport() local1695 if ( nFPos < nStreamLen ) in SdrPowerPointImport()1697 rStCtrl.Seek( nFPos ); in SdrPowerPointImport()2626 sal_uLong nFPos = 0; in SeekToAktPage() local2627 nFPos = pPersistPtr[ nPersist ]; in SeekToAktPage()2628 if ( nFPos < nStreamLen ) in SeekToAktPage()2630 rStCtrl.Seek( nFPos ); in SeekToAktPage()
Completed in 60 milliseconds