Home
last modified time | relevance | path

Searched refs:bMaster (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dnode2lay.cxx51 sal_Bool bMaster : 1; // sal_True => nur Master , sal_False => nur Frames ohne Follow member in SwNode2LayImpl
155 bMaster = sal_False; in SwNode2LayImpl()
161 bMaster = sal_True; in SwNode2LayImpl()
169 bMaster = nIndex < rNode.GetIndex(); in SwNode2LayImpl()
221 if( !bMaster ) in NextFrm()
243 if( bMaster ) in NextFrm()
295 SwFrm* pFrm = bMaster ? rpFrm->FindPrev() : rpFrm->FindNext(); in UpperFrm()
315 rpFrm = bMaster ? NULL in UpperFrm()
324 bMaster ? rpFrm : rpFrm->GetNext() ); in UpperFrm()
339 if( !bMaster ) in UpperFrm()
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx547 …Exporter::exportDrawPageContents( const Reference< XDrawPage >& xPage, bool bStream, bool bMaster ) in exportDrawPageContents() argument
550 exportShapes(xShapes, bStream, bMaster); in exportDrawPageContents()
557 void FlashExporter::exportShapes( const Reference< XShapes >& xShapes, bool bStream, bool bMaster ) in exportShapes() argument
576 exportShapes( xShapes2, false, bMaster); in exportShapes()
578 exportShape( xShape, bMaster); in exportShapes()
589 void FlashExporter::exportShape( const Reference< XShape >& xShape, bool bMaster ) in exportShape() argument
607 if( bMaster ) in exportShape()
H A Dswfexporter.hxx200 …star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& xPage, bool bStream, bool bMaster );
201 …:star::uno::Reference< ::com::sun::star::drawing::XShapes >& xShapes, bool bStream, bool bMaster );
202 …const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, bool bMaster);
/trunk/main/svx/source/svdraw/
H A Dsvdviter.cxx92 sal_Bool bMaster(mpPage->IsMasterPage()); in ImpCheckPageView() local
113 if(!mbNoMasterPage && bMaster && (!mpObject || !mpObject->IsNotVisibleAsMaster())) in ImpCheckPageView()
H A Dsvdmodel.cxx1416 void SdrModel::RecalcPageNums(FASTBOOL bMaster) in RecalcPageNums() argument
1418 Container& rPL=*(bMaster ? &maMaPag : &maPages); in RecalcPageNums()
1425 if (bMaster) bMPgNumsDirty=sal_False; in RecalcPageNums()
H A Dsvdetc.cxx873 bool bMaster(rList.GetPage() ? rList.GetPage()->IsMasterPage() : false); in impGetSdrObjListFillColor() local
893 && (!bMaster || (!pObj->IsNotVisibleAsMaster() && 0 != no)) in impGetSdrObjListFillColor()
/trunk/main/oox/source/ppt/
H A Dslidepersist.cxx48 SlidePersist::SlidePersist( XmlFilterBase& rFilter, sal_Bool bMaster, sal_Bool bNotes, in SlidePersist() argument
55 , mbMaster( bMaster ) in SlidePersist()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx693 sal_Int32 nVisiblePage, sal_Bool bMaster ) in implExportPages() argument
733 if( bMaster ) in implExportPages()
756 if( bMaster ) in implExportPages()
765 if( bMaster ) in implExportPages()
H A Dsvgfilter.hxx279 sal_Int32 nVisiblePage, sal_Bool bMaster );
/trunk/main/sw/source/core/inc/
H A Dsectfrm.hxx63 SwSectionFrm( SwSectionFrm &, sal_Bool bMaster );//_Nur_ zum Erzeugen von Master/Follows
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1570 sal_Bool bMaster, in SetMasterPage() argument
1893 if (bMaster || bLayoutReloaded) in SetMasterPage()
2054 if (bMaster) in SetMasterPage()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx799 sal_Bool ImplCreatePresentationPlaceholder( const sal_Bool bMaster, const PageType PageType,
822 sal_Bool bMaster,
/trunk/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx62 SlidePersist( oox::core::XmlFilterBase& rFilter, sal_Bool bMaster, sal_Bool bNotes,
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx85 SwSectionFrm::SwSectionFrm( SwSectionFrm &rSect, sal_Bool bMaster ) : in SwSectionFrm() argument
95 PROTOCOL( this, PROT_SECTION, bMaster ? ACT_CREATE_MASTER : ACT_CREATE_FOLLOW, &rSect ) in SwSectionFrm()
97 if( bMaster ) in SwSectionFrm()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx278 SdDrawDocument* pSourceDoc, sal_Bool bMaster, sal_Bool bCheckMasters);
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx448 void RecalcPageNums(FASTBOOL bMaster);
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx574 SdrPage* MakeBlancPage(sal_Bool bMaster) const;
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2837 SdrPage* SdrPowerPointImport::MakeBlancPage( sal_Bool bMaster ) const in MakeBlancPage()
2839 SdrPage* pRet = pSdrModel->AllocPage( bMaster ); in MakeBlancPage()

Completed in 184 milliseconds