Lines Matching refs:sal_uInt32

123             SvMemoryStream* pVBA, sal_uInt32 nCnvrtFlags ) :  in PPTWriter()
145 sal_uInt32 i; in PPTWriter()
247 sal_uInt32 nValue = mnStatMaxValue + ( mnStatMaxValue >> 3 ); in PPTWriter()
299 static inline sal_uInt32 PPTtoEMU( sal_Int32 nPPT ) in PPTtoEMU()
301 return (sal_uInt32)( (double)nPPT * 1587.5 ); in PPTtoEMU()
312 sal_uInt32 nLenOfUserName = strlen( pUserName ); in ImplCreateCurrentUserStream()
313 sal_uInt32 nSizeOfRecord = 0x14 + ( ( nLenOfUserName + 4 ) & ~ 3 ); in ImplCreateCurrentUserStream()
316 *mpCurUserStrm << (sal_uInt32)0x14 // Len in ImplCreateCurrentUserStream()
317 << (sal_uInt32)0xe391c05f; // Magic in ImplCreateCurrentUserStream()
319 sal_uInt32 nEditPos = mpCurUserStrm->Tell(); in ImplCreateCurrentUserStream()
320 *mpCurUserStrm << (sal_uInt32)0x0 // OffsetToCurrentEdit; in ImplCreateCurrentUserStream()
328 for ( sal_uInt32 i = 0x15 + nLenOfUserName; i < nSizeOfRecord; i++ ) in ImplCreateCurrentUserStream()
338 sal_Bool PPTWriter::ImplCreateDocumentSummaryInformation( sal_uInt32 nCnvrtFlags ) in ImplCreateDocumentSummaryInformation()
393 …riter::ImplWriteExtParaHeader( SvMemoryStream& rSt, sal_uInt32 nRef, sal_uInt32 nInstance, sal_uIn… in ImplWriteExtParaHeader()
397 aBuExOutlineStream << (sal_uInt32)( ( EPP_PST_ExtendedParagraphHeaderAtom << 16 ) in ImplWriteExtParaHeader()
399 << (sal_uInt32)8 in ImplWriteExtParaHeader()
400 << (sal_uInt32)nSlideId in ImplWriteExtParaHeader()
401 << (sal_uInt32)nInstance; in ImplWriteExtParaHeader()
439 sal_uInt32 nVal = 0; in ImplCreateHeaderFooters()
520 sal_uInt32 i; in ImplCreateDocument()
523 sal_uInt32 nWidth = maDestPageSize.Width; in ImplCreateDocument()
524 sal_uInt32 nHeight = maDestPageSize.Height; in ImplCreateDocument()
544 *mpStrm << (sal_uInt32)0 // Reference to NotesMaster ( 0 if none ); in ImplCreateDocument()
545 << (sal_uInt32)0 // Reference to HandoutMaster ( 0 if none ); in ImplCreateDocument()
557 *mpStrm << (sal_uInt32)0x25000d; in ImplCreateDocument()
563 *mpStrm << (sal_uInt32)0x3d000d; in ImplCreateDocument()
574 …*mpStrm << (sal_uInt32)0 // psrReference - logical reference to the slide persist object ( … in ImplCreateDocument()
575 …<< (sal_uInt32)4 // flags - only bit 3 used, if set then slide cont… in ImplCreateDocument()
578 << (sal_uInt32)0; // reserved, usually 0 in ImplCreateDocument()
603 *mpStrm << (sal_uInt32)0 in ImplCreateDocument()
604 << (sal_uInt32)4 in ImplCreateDocument()
607 << (sal_uInt32)0; in ImplCreateDocument()
625 sal_uInt32 nPenColor = 0x1000000; in ImplCreateDocument()
629 sal_uInt32 nFlags = 0; // Bit 0: Auto advance in ImplCreateDocument()
711 sal_uInt32 nCustomShowNameLen = aCustomShow.getLength(); in ImplCreateDocument()
735 sal_uInt32 nCount = aNameSeq.getLength(); in ImplCreateDocument()
739 sal_uInt32 nCustomShowIndex = 0; in ImplCreateDocument()
746 sal_uInt32 nNamedShowLen = pUString[ i ].getLength(); in ImplCreateDocument()
751 … for ( sal_uInt32 k = 0; k < nNamedShowLen; *mpStrm << (sal_uInt16)( pCustomShowName[ k++ ] ) ) ; in ImplCreateDocument()
777 sal_uInt32 nPageNumber = 0; in ImplCreateDocument()
784 … *mpStrm << (sal_uInt32)( nPageNumber + 0x100 ); // unique slide id in ImplCreateDocument()
814 sal_uInt32 nCurrentOfs, nParaOfs, nParaCount = 0; in ImplCreateHyperBlob()
818 rStrm << (sal_uInt32)0; // property size in ImplCreateHyperBlob()
819 rStrm << (sal_uInt32)0; // property count in ImplCreateHyperBlob()
824 rStrm << (sal_uInt32)3 // Type VT_I4 in ImplCreateHyperBlob()
825 << (sal_uInt32)7 // (VTI4 - Private1) in ImplCreateHyperBlob()
826 << (sal_uInt32)3 // Type VT_I4 in ImplCreateHyperBlob()
827 << (sal_uInt32)6 // (VTI4 - Private2) in ImplCreateHyperBlob()
828 << (sal_uInt32)3 // Type VT_I4 in ImplCreateHyperBlob()
829 << (sal_uInt32)0; // (VTI4 - Private3) in ImplCreateHyperBlob()
845 sal_uInt32 nUrlLen = pLink->aURL.Len(); in ImplCreateHyperBlob()
848 sal_uInt32 nInfo = 7; in ImplCreateHyperBlob()
850 rStrm << (sal_uInt32)3 // Type VT_I4 in ImplCreateHyperBlob()
857 rStrm << (sal_uInt32)0x1f << (sal_uInt32)1 << (sal_uInt32)0; // path in ImplCreateHyperBlob()
858 rStrm << (sal_uInt32)0x1f << (sal_uInt32)( nUrlLen + 1 ); in ImplCreateHyperBlob()
859 for ( sal_uInt32 i = 0; i < nUrlLen; i++ ) in ImplCreateHyperBlob()
868 sal_uInt32 i; in ImplCreateHyperBlob()
870 rStrm << (sal_uInt32)0x1f in ImplCreateHyperBlob()
871 << (sal_uInt32)( nUrlLen + 1 ); in ImplCreateHyperBlob()
879 << (sal_uInt32)0x1f in ImplCreateHyperBlob()
880 << (sal_uInt32)1 in ImplCreateHyperBlob()
881 << (sal_uInt32)0; in ImplCreateHyperBlob()
888 rStrm << (sal_uInt32)( nCurrentOfs - ( nParaOfs + 4 ) ); in ImplCreateHyperBlob()
913 sal_Bool PPTWriter::ImplCreateMaster( sal_uInt32 nPageNum ) in ImplCreateMaster()
925 sal_uInt32 nFillColor = 0xffffff; in ImplCreateMaster()
926 sal_uInt32 nFillBackColor = 0x000000; in ImplCreateMaster()
947 nFillColor = mpPptEscherEx->GetColor( *((sal_uInt32*)mAny.getValue()) ); in ImplCreateMaster()
962 << (sal_uInt32)0 // master ID ( ist gleich null bei einer masterpage ) in ImplCreateMaster()
963 << (sal_uInt32)0 // notes ID ( ist gleich null wenn keine notizen vorhanden ) in ImplCreateMaster()
968sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x808080 << (sal_uInt32)0x000000 << (sa… in ImplCreateMaster()
970sal_uInt32)0xff0000 << (sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x00ffff << (sa… in ImplCreateMaster()
972sal_uInt32)0xccffff << (sal_uInt32)0x000000 << (sal_uInt32)0x336666 << (sal_uInt32)0x008080 << (sa… in ImplCreateMaster()
974sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x333333 << (sal_uInt32)0x000000 << (sa… in ImplCreateMaster()
976sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x808080 << (sal_uInt32)0x000000 << (sa… in ImplCreateMaster()
978sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x808080 << (sal_uInt32)0x000000 << (sa… in ImplCreateMaster()
980sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x808080 << (sal_uInt32)0x000000 << (sa… in ImplCreateMaster()
1032sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x808080 << (sal_uInt32)0x000000 << (sa… in ImplCreateMaster()
1077 …*mpStrm << (sal_uInt32)0x80000001 // Number that ide… in ImplCreateMainNotes()
1078 … << (sal_uInt32)0; // follow nothing in ImplCreateMainNotes()
1105sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x808080 << (sal_uInt32)0x000000 << (sa… in ImplCreateMainNotes()
1199 sal_Bool PPTWriter::ImplCreateSlide( sal_uInt32 nPageNum ) in ImplCreateSlide()
1205 sal_uInt32 nMasterID = ImplGetMasterIndex( NORMAL ); in ImplCreateSlide()
1245 …*mpStrm << (sal_uInt32)nMasterID // master ID ( ist gleich 0x80000000 bei einer mas… in ImplCreateSlide()
1246 …<< (sal_uInt32)nPageNum + 0x100 // notes ID ( ist gleich null wenn keine notizen vorhanden… in ImplCreateSlide()
1272 sal_uInt32 nSoundRef = 0; in ImplCreateSlide()
1558sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x808080 << (sal_uInt32)0x000000 << (sa… in ImplCreateSlide()
1567 sal_uInt32 nmsofbtAnimGroupSize = amsofbtAnimGroup.Tell(); in ImplCreateSlide()
1572 aBinaryTagData10Atom << (sal_uInt32)0x01c45df9 in ImplCreateSlide()
1573 << (sal_uInt32)0xe1471b30; in ImplCreateSlide()
1577 aBinaryTagData10Atom << (sal_uInt32)0; in ImplCreateSlide()
1591 *mpStrm << (sal_uInt32)0x5f005f in ImplCreateSlide()
1592 << (sal_uInt32)0x50005f in ImplCreateSlide()
1593 << (sal_uInt32)0x540050 in ImplCreateSlide()
1648 sal_Bool PPTWriter::ImplCreateNotes( sal_uInt32 nPageNum ) in ImplCreateNotes()
1658 *mpStrm << (sal_uInt32)nPageNum + 0x100 in ImplCreateNotes()
1692sal_uInt32)0xffffff << (sal_uInt32)0x000000 << (sal_uInt32)0x808080 << (sal_uInt32)0x000000 << (sa… in ImplCreateNotes()
1703 sal_uInt32 nFillColor = 0xffffff; in ImplWriteBackground()
1704 sal_uInt32 nFillBackColor = 0; in ImplWriteBackground()
1741 nFillColor = mpPptEscherEx->GetColor( *((sal_uInt32*)mAny.getValue()) ); in ImplWriteBackground()
1766 sal_uInt32 nLen = pVBA->Tell(); in ImplWriteVBA()
1780 void PPTWriter::ImplWriteOLE( sal_uInt32 nCnvrtFlags ) in ImplWriteOLE()
1812 *xStm << (sal_uInt32)0 // no ClipboardId in ImplWriteOLE()
1813 << (sal_uInt32)4 // no target device in ImplWriteOLE()
1814 << (sal_uInt32)1 // aspect ratio in ImplWriteOLE()
1816 << (sal_uInt32)0 // Advanced Flags in ImplWriteOLE()
1817 << (sal_uInt32)0 // compression in ImplWriteOLE()
1818 << (sal_uInt32)0 // Size in ImplWriteOLE()
1819 << (sal_uInt32)0 // " in ImplWriteOLE()
1820 << (sal_uInt32)0; in ImplWriteOLE()
1845 sal_uInt32 npStrmSize = pStrm->Tell(); in ImplWriteOLE()
1877 sal_uInt32 i, nPos, nOfs, nPersistOfs = mpStrm->Tell(); in ImplWriteAtomEnding()
1878 sal_uInt32 nPersistEntrys = 0; in ImplWriteAtomEnding()
1879 …*mpStrm << (sal_uInt32)0 << (sal_uInt32)0 << (sal_uInt32)0; // Record Header und ersten Ei… in ImplWriteAtomEnding()
1883 *mpStrm << (sal_uInt32)0; in ImplWriteAtomEnding()
1930sal_uInt32 nOldPos, nPersOfs = nOfs + pPtr->nOfsA + 16 + 8; // 8 bytes atom header, +16 to the… in ImplWriteAtomEnding()
1944 sal_uInt32 n1, n2; in ImplWriteAtomEnding()
1951 sal_uInt32 nOldPos = mpStrm->Tell(); in ImplWriteAtomEnding()
1963 *mpStrm << (sal_uInt32)( ( nPersistEntrys << 20 ) | 1 ); in ImplWriteAtomEnding()
1966 *mpCurUserStrm << (sal_uInt32)nPos; // offset to current edit setzen in ImplWriteAtomEnding()
1969 << (sal_uInt32)0x03000dbc // minor and major app version that did the save in ImplWriteAtomEnding()
1970 << (sal_uInt32)0 // offset last save, 0 after a full save in ImplWriteAtomEnding()
1972 … << (sal_uInt32)1 // Persist reference to the document persist object in ImplWriteAtomEnding()
1973 …<< (sal_uInt32)nPersistEntrys // max persists written, Seed value for persist object id … in ImplWriteAtomEnding()
2052 sal_uInt32 nCharFlags = 0xefffff; in Write()
2060 sal_uInt32 nFontColor = rLev.mnFontColor; in Write()
2289 … rOut << (sal_uInt32)( ( EPP_PST_ExtendedParagraphMasterAtom << 16 ) | ( mnInstance << 4 ) ) in Write()
2290 << (sal_uInt32)( 5 * 16 + 2 ) in Write()
2296 rOut << (sal_uInt32)0x03800000 in Write()
2298 << (sal_uInt32)rLev.mnMappedNumType in Write()
2300 << (sal_uInt32)0; in Write()
2303 sal_uInt32 nParaFlags = 0x3ffdff; in Write()
2310 sal_uInt32 nBulletColor = rLev.mnBulletColor; in Write()
2380 …_Bool PPTExStyleSheet::IsHardAttribute( sal_uInt32 nInstance, sal_uInt32 nLevel, PPTExTextAttr eAt… in IsHardAttribute()
2385 sal_uInt32 nFlag = 0; in IsHardAttribute()
2430 sal_uInt32 PPTExStyleSheet::SizeOfTxCFStyleAtom() const in SizeOfTxCFStyleAtom()
2446 sal_uInt32 nCharFlags = rCharStyle.mnFlags; in WriteTxCFStyleAtom()
2449 rSt << (sal_uInt32)( EPP_TxCFStyleAtom << 16 ) // recordheader in WriteTxCFStyleAtom()
2469 SvMemoryStream* pVBA, sal_uInt32 nCnvrtFlags ) in ExportPPT()
2499 sal_uInt32 nLen = xTemp->GetSize(); in SaveVBA()