Lines Matching refs:Tell

423         mpPptEscherEx->InsertPersistOffset( EPP_Persist_VBAInfoAtom, pStrm->Tell() );  in ImplVBAInfoContainer()
508 nPictureStreamSize = aBuExPictureStream.Tell(); in ImplProgBinaryTag()
512 nOutlineStreamSize = aBuExOutlineStream.Tell(); in ImplProgBinaryTag()
547 sal_uInt32 nLen = pBinTagStrm->Tell(); in ImplProgBinaryTagContainer()
569 if ( aBuExPictureStream.Tell() || aBuExOutlineStream.Tell() || pBinTagStrm ) in ImplProgTagContainer()
624 mpPptEscherEx->InsertPersistOffset( EPP_MAINMASTER_PERSIST_KEY | i, pStrm->Tell() ); in ImplMasterSlideListContainer()
657 sal_uInt32 nHyperSize, nHyperStart = mpExEmbed->Tell(); in ImplInsertBookmarkURL()
700 nHyperSize = mpExEmbed->Tell() - nHyperStart; in ImplInsertBookmarkURL()
714 mpPptEscherEx->PtReplaceOrInsert( EPP_Persist_CurrentPos, mpStrm->Tell() ); in ImplCloseDocument()
733 sal_uInt32 nExEmbedSize = mpExEmbed->Tell(); in ImplCloseDocument()
740 + aTxMasterStyleAtomStrm.Tell() // 1 TxMasterStyleAtom; in ImplCloseDocument()
766 mpPptEscherEx->InsertPersistOffset( EPP_Persist_ExObj, mpStrm->Tell() ); in ImplCloseDocument()
852 mpStrm->Write( aTxMasterStyleAtomStrm.GetData(), aTxMasterStyleAtomStrm.Tell() ); in ImplCloseDocument()
3059 sal_uInt32 nSize, nPos = pStrm->Tell(); in Write()
3063 nSize = pStrm->Tell() - nPos; in Write()
3200 sal_uInt32 nSize, nPos = rOut.Tell(); in ImplWriteTextStyleAtom()
3205 nSize = rOut.Tell() - nPos; in ImplWriteTextStyleAtom()
3363 sal_uInt32 nRulePos = pRuleOut->Tell(); in ImplWriteTextStyleAtom()
3400 sal_uInt32 nBufSize = pRuleOut->Tell() - nRulePos; in ImplWriteTextStyleAtom()
3412 sal_uInt32 nNumberingType = 0, nPos2 = rExtBuStr.Tell(); in ImplWriteTextStyleAtom()
3465 sal_uInt32 nBulletSize = ( rExtBuStr.Tell() - nPos2 ) - 8; in ImplWriteTextStyleAtom()
4226 if ( aClientTextBox.Tell() ) in ImplCreatePresentationPlaceholder()
4229 << (sal_uInt32)aClientTextBox.Tell(); in ImplCreatePresentationPlaceholder()
4231 mpStrm->Write( aClientTextBox.GetData(), aClientTextBox.Tell() ); in ImplCreatePresentationPlaceholder()
4584 sal_uInt32 nSize, nOldPos = mpExEmbed->Tell(); in ImplWritePage()
4594 PPTExOleObjEntry* pEntry = new PPTExOleObjEntry( OCX_CONTROL, mpExEmbed->Tell() ); in ImplWritePage()
4624 sal_uInt32 nStreamLen = xCompObj->Tell(); in ImplWritePage()
4634 if ( ( xCompObj->Tell() + nStringLen ) < nStreamLen ) in ImplWritePage()
4638 if ( ( xCompObj->Tell() + nStringLen ) < nStreamLen ) in ImplWritePage()
4642 … if ( ( nStringLen > 1 ) && ( ( xCompObj->Tell() + nStringLen ) < nStreamLen ) ) in ImplWritePage()
4659 nSize = mpExEmbed->Tell() - nOldPos; in ImplWritePage()
5129 sal_uInt32 nSize, nOldPos = mpExEmbed->Tell(); in ImplWritePage()
5141 PPTExOleObjEntry* pE = new PPTExOleObjEntry( NORMAL_OLE_OBJECT, mpExEmbed->Tell() ); in ImplWritePage()
5171 nSize = mpExEmbed->Tell() - nOldPos; in ImplWritePage()
5262 sal_uInt32 nSize, nStart = mpExEmbed->Tell(); in ImplWritePage()
5286 nSize = mpExEmbed->Tell() - nStart; in ImplWritePage()
5451 pClientTextBox->Write( pOut->GetData(), pOut->Tell() ); in ImplWritePage()
5454 if ( aExtBu.Tell() ) in ImplWritePage()
5480 if ( aExtBu.Tell() ) in ImplWritePage()
5512 << (sal_uInt32)pClientData->Tell(); in ImplWritePage()
5514 mpStrm->Write( pClientData->GetData(), pClientData->Tell() ); in ImplWritePage()
5520 << (sal_uInt32)pClientTextBox->Tell(); in ImplWritePage()
5522 mpStrm->Write( pClientTextBox->GetData(), pClientTextBox->Tell() ); in ImplWritePage()
5585 << (sal_uInt32)pClientTextBox->Tell(); in ImplWritePage()
5587 mpStrm->Write( pClientTextBox->GetData(), pClientTextBox->Tell() ); in ImplWritePage()
5801 …roperties, sal_True, aMemStrm.Tell(), static_cast< sal_uInt8* >( const_cast< void* >( aMemStrm.Get… in ImplCreateTable()
5848 if ( aExtBu.Tell() ) in ImplCreateTable()
5853 << (sal_uInt32)pClientData->Tell(); in ImplCreateTable()
5855 mpStrm->Write( pClientData->GetData(), pClientData->Tell() ); in ImplCreateTable()
5867 << (sal_uInt32)aClientTextBox.Tell(); in ImplCreateTable()
5869 mpStrm->Write( aClientTextBox.GetData(), aClientTextBox.Tell() ); in ImplCreateTable()