Home
last modified time | relevance | path

Searched refs:nMasterNum (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Depptooxml.hxx86 virtual void ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_uInt16 nMode,
90 void ImplWritePPTXLayout( sal_Int32 nOffset, sal_uInt32 nMasterNum );
104 sal_Int32 GetLayoutFileId( sal_Int32 nOffset, sal_uInt32 nMasterNum );
H A Dpptx-epptooxml.cxx1064 void PowerPointExport::ImplWriteSlide(sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_uInt16 /* nMo… in ImplWriteSlide() argument
1133 … .append(GetLayoutFileId(GetPPTXLayoutId(GetLayoutOffset(mXPagePropSet)), nMasterNum)) in ImplWriteSlide()
1308 sal_Int32 PowerPointExport::GetLayoutFileId(sal_Int32 nOffset, sal_uInt32 nMasterNum) in GetLayoutFileId() argument
1310 SAL_INFO("sd.eppt", "GetLayoutFileId offset: " << nOffset << " master: " << nMasterNum); in GetLayoutFileId()
1311 if (mLayoutInfo[ nOffset ].mnFileIdArray.size() <= nMasterNum) in GetLayoutFileId()
1314 return mLayoutInfo[ nOffset ].mnFileIdArray[ nMasterNum ]; in GetLayoutFileId()
1317 void PowerPointExport::ImplWritePPTXLayout(sal_Int32 nOffset, sal_uInt32 nMasterNum) in ImplWritePPTXLayout() argument
1343 if (mLayoutInfo[ nOffset ].mnFileIdArray[ nMasterNum ] != 0) in ImplWritePPTXLayout()
1359 .append(static_cast<sal_Int32>(nMasterNum) + 1) in ImplWritePPTXLayout()
1377 mLayoutInfo[ nOffset ].mnFileIdArray[ nMasterNum ] = mnLayoutFileIdMax; in ImplWritePPTXLayout()
H A Dpptx-epptbase.cxx334 sal_uInt32 nMasterNum = GetMasterIndex( NORMAL ); in CreateSlide() local
335 SetCurrentStyleSheet( nMasterNum ); in CreateSlide()
367 ImplWriteSlide( nPageNum, nMasterNum, nMode, bHasBackground, aXBackgroundPropSet ); in CreateSlide()
H A Deppt.cxx151 void PPTWriter::ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_uInt16 nMode, in ImplWriteSlide() argument
162 … mpStrm->WriteUInt32( nMasterNum | 0x80000000 ) // master ID (equals 0x80000000 on a master page) in ImplWriteSlide()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Depptooxml.hxx83 virtual void ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_uInt16 nMode,
87 void ImplWritePPTXLayout( sal_Int32 nOffset, sal_uInt32 nMasterNum );
101 sal_Int32 GetLayoutFileId( sal_Int32 nOffset, sal_uInt32 nMasterNum );
H A Dpptx-epptooxml.cxx1218 void PowerPointExport::ImplWriteSlide(sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_uInt16 /* nMo… in ImplWriteSlide() argument
1281 … OUString::number(GetLayoutFileId(GetPPTXLayoutId(GetLayoutOffset(mXPagePropSet)), nMasterNum)) + in ImplWriteSlide()
1428 sal_Int32 PowerPointExport::GetLayoutFileId(sal_Int32 nOffset, sal_uInt32 nMasterNum) in GetLayoutFileId() argument
1430 SAL_INFO("sd.eppt", "GetLayoutFileId offset: " << nOffset << " master: " << nMasterNum); in GetLayoutFileId()
1431 if (mLayoutInfo[ nOffset ].mnFileIdArray.size() <= nMasterNum) in GetLayoutFileId()
1434 return mLayoutInfo[ nOffset ].mnFileIdArray[ nMasterNum ]; in GetLayoutFileId()
1437 void PowerPointExport::ImplWritePPTXLayout(sal_Int32 nOffset, sal_uInt32 nMasterNum) in ImplWritePPTXLayout() argument
1463 if (mLayoutInfo[ nOffset ].mnFileIdArray[ nMasterNum ] != 0) in ImplWritePPTXLayout()
1474 … OUString("../slideMasters/slideMaster" + OUString::number(nMasterNum + 1) + ".xml")); in ImplWritePPTXLayout()
1490 mLayoutInfo[ nOffset ].mnFileIdArray[ nMasterNum ] = mnLayoutFileIdMax; in ImplWritePPTXLayout()
H A Dpptx-epptbase.cxx336 sal_uInt32 nMasterNum = GetMasterIndex( NORMAL ); in CreateSlide() local
337 SetCurrentStyleSheet( nMasterNum ); in CreateSlide()
369 ImplWriteSlide( nPageNum, nMasterNum, nMode, bHasBackground, aXBackgroundPropSet ); in CreateSlide()
H A Deppt.cxx152 void PPTWriter::ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_uInt16 nMode, in ImplWriteSlide() argument
163 … mpStrm->WriteUInt32( nMasterNum | 0x80000000 ) // master ID (equals 0x80000000 on a master page) in ImplWriteSlide()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptin.cxx595 for ( sal_uInt16 nMasterNum = 0; nMasterNum < nMasterCnt; nMasterNum++ ) in Import() local
597 SetPageNum( nMasterNum, PPT_MASTERPAGE ); in Import()
613 if ( nMasterNum ) in Import()
617 if ( nMasterNum == 1 ) in Import()
648 if ( nMasterNum > 2 ) in Import()
943 pPage->TRG_SetMasterPage(*pSdrModel->GetMasterPage(nMasterNum)); in Import()
945 if ( pPageList && nMasterNum < pPageList->size() ) in Import()
946 pMasterPersist = &(*pPageList)[ nMasterNum ]; in Import()
1845 if ( pPageList && ( nMasterNum < pPageList->size() ) ) in ImportPageEffect()
1847 assert( !pPageList->is_null( nMasterNum ) ); in ImportPageEffect()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dpptin.cxx566 for ( sal_uInt16 nMasterNum = 0; nMasterNum < nMasterCnt; nMasterNum++ ) in Import() local
568 SetPageNum( nMasterNum, PPT_MASTERPAGE ); in Import()
584 if ( nMasterNum ) in Import()
588 if ( nMasterNum == 1 ) in Import()
619 if ( nMasterNum > 2 ) in Import()
912 pPage->TRG_SetMasterPage(*pSdrModel->GetMasterPage(nMasterNum)); in Import()
914 if ( pPageList && nMasterNum < pPageList->size() ) in Import()
915 pMasterPersist = &(*pPageList)[ nMasterNum ]; in Import()
1810 if ( pPageList && ( nMasterNum < pPageList->size() ) ) in ImportPageEffect()
1812 assert( !pPageList->is_null( nMasterNum ) ); in ImportPageEffect()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Dsvdfppt.cxx2582 … sal_uInt16 nMasterNum = GetMasterPageIndex( m_nCurrentPageNum, m_eCurrentPageKind ); in GetColorFromPalette() local
2583 if ( nMasterNum < pPageList2->size() ) in GetColorFromPalette()
2584 pMasterPersist = &(*pPageList2)[ nMasterNum ]; in GetColorFromPalette()
2626 sal_uInt16 nMasterNum = GetMasterPageIndex( m_nCurrentPageNum, m_eCurrentPageKind ); in SeekToShape() local
2628 if ( pPageList && ( nMasterNum < pPageList->size() ) ) in SeekToShape()
2630 assert( !pPageList->is_null( nMasterNum ) ); in SeekToShape()
2631 …const PptSlidePersistEntry& rPersist = (*pPageList)[ nMasterNum ]; // get the masterpage's pers… in SeekToShape()
2831 … sal_uInt16 nMasterNum = GetMasterPageIndex( m_nCurrentPageNum, m_eCurrentPageKind ); in ImportPage() local
2833 PptSlidePersistEntry* pE = &(*pPageList)[ nMasterNum ]; in ImportPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Dsvdfppt.cxx2570 … sal_uInt16 nMasterNum = GetMasterPageIndex( m_nCurrentPageNum, m_eCurrentPageKind ); in GetColorFromPalette() local
2571 if ( nMasterNum < pPageList2->size() ) in GetColorFromPalette()
2572 pMasterPersist = &(*pPageList2)[ nMasterNum ]; in GetColorFromPalette()
2614 sal_uInt16 nMasterNum = GetMasterPageIndex( m_nCurrentPageNum, m_eCurrentPageKind ); in SeekToShape() local
2616 if ( pPageList && ( nMasterNum < pPageList->size() ) ) in SeekToShape()
2618 assert( !pPageList->is_null( nMasterNum ) ); in SeekToShape()
2619 …const PptSlidePersistEntry& rPersist = (*pPageList)[ nMasterNum ]; // get the masterpage's pers… in SeekToShape()
2819 … sal_uInt16 nMasterNum = GetMasterPageIndex( m_nCurrentPageNum, m_eCurrentPageKind ); in ImportPage() local
2821 PptSlidePersistEntry* pE = &(*pPageList)[ nMasterNum ]; in ImportPage()