/aoo4110/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 51 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()
|
/aoo4110/main/filter/source/flash/ |
H A D | swfexporter.cxx | 493 … FlashExporter::exportDrawPageContents( Reference< XDrawPage >& xPage, bool bStream, bool bMaster ) in exportDrawPageContents() argument 496 exportShapes(xShapes, bStream, bMaster); in exportDrawPageContents() 503 void FlashExporter::exportShapes( Reference< XShapes >& xShapes, bool bStream, bool bMaster ) in exportShapes() argument 522 exportShapes( xShapes2, false, bMaster); in exportShapes() 524 exportShape( xShape, bMaster); in exportShapes() 535 void FlashExporter::exportShape( Reference< XShape >& xShape, bool bMaster ) in exportShape() argument 553 if( bMaster ) in exportShape()
|
H A D | swfexporter.hxx | 186 …star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& xPage, bool bStream, bool bMaster ); 187 …:star::uno::Reference< ::com::sun::star::drawing::XShapes >& xShapes, bool bStream, bool bMaster ); 188 …hape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, bool bMaster);
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdviter.cxx | 92 sal_Bool bMaster(mpPage->IsMasterPage()); in ImpCheckPageView() local 113 if(!mbNoMasterPage && bMaster && (!mpObject || !mpObject->IsNotVisibleAsMaster())) in ImpCheckPageView()
|
H A D | svdetc.cxx | 873 bool bMaster(rList.GetPage() ? rList.GetPage()->IsMasterPage() : false); in impGetSdrObjListFillColor() local 893 && (!bMaster || (!pObj->IsNotVisibleAsMaster() && 0 != no)) in impGetSdrObjListFillColor()
|
H A D | svdmodel.cxx | 1416 void SdrModel::RecalcPageNums(FASTBOOL bMaster) in RecalcPageNums() argument 1418 Container& rPL=*(bMaster ? &maMaPag : &maPages); in RecalcPageNums() 1425 if (bMaster) bMPgNumsDirty=sal_False; in RecalcPageNums()
|
/aoo4110/main/oox/source/ppt/ |
H A D | slidepersist.cxx | 48 SlidePersist::SlidePersist( XmlFilterBase& rFilter, sal_Bool bMaster, sal_Bool bNotes, in SlidePersist() argument 55 , mbMaster( bMaster ) in SlidePersist()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgexport.cxx | 693 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 D | svgfilter.hxx | 279 sal_Int32 nVisiblePage, sal_Bool bMaster );
|
/aoo4110/main/sw/source/core/inc/ |
H A D | sectfrm.hxx | 63 SwSectionFrm( SwSectionFrm &, sal_Bool bMaster );//_Nur_ zum Erzeugen von Master/Follows
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc3.cxx | 1570 sal_Bool bMaster, in SetMasterPage() argument 1893 if (bMaster || bLayoutReloaded) in SetMasterPage() 2054 if (bMaster) in SetMasterPage()
|
/aoo4110/main/oox/inc/oox/ppt/ |
H A D | slidepersist.hxx | 62 SlidePersist( oox::core::XmlFilterBase& rFilter, sal_Bool bMaster, sal_Bool bNotes,
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | eppt.hxx | 799 sal_Bool ImplCreatePresentationPlaceholder( const sal_Bool bMaster, const PageType PageType, 822 sal_Bool bMaster,
|
/aoo4110/main/sw/source/core/layout/ |
H A D | sectfrm.cxx | 85 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()
|
/aoo4110/main/sd/inc/ |
H A D | drawdoc.hxx | 278 SdDrawDocument* pSourceDoc, sal_Bool bMaster, sal_Bool bCheckMasters);
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdmodel.hxx | 448 void RecalcPageNums(FASTBOOL bMaster);
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 574 SdrPage* MakeBlancPage(sal_Bool bMaster) const;
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2837 SdrPage* SdrPowerPointImport::MakeBlancPage( sal_Bool bMaster ) const in MakeBlancPage() 2839 SdrPage* pRet = pSdrModel->AllocPage( bMaster ); in MakeBlancPage()
|