Home
last modified time | relevance | path

Searched refs:pMaster (Results 1 – 25 of 46) sorted by relevance

12

/aoo41x/main/sw/source/core/text/
H A Dwidorp.cxx406 SwTxtFrm *pMaster = pFrame->FindMaster(); in FindWidows() local
408 if( !pMaster ) in FindWidows()
446 if( !pMaster->IsLocked() && pMaster->GetUpper() ) in FindWidows()
454 pMaster->_InvalidateSize(); in FindWidows()
455 pMaster->InvalidatePage(); in FindWidows()
470 if( 0 > nChg && !pMaster->IsLocked() && pMaster->GetUpper() ) in FindWidows()
476 pMaster->Prepare( PREP_ADJUST_FRM ); in FindWidows()
477 pMaster->_InvalidateSize(); in FindWidows()
478 pMaster->InvalidatePage(); in FindWidows()
504 if ( !pMaster->GetIndPrev() ) in FindWidows()
[all …]
H A Dtxtfly.hxx117 const SwCntntFrm *pMaster; member in SwTxtFly
175 pMaster = 0; in SwTxtFly()
196 { return pMaster ? pMaster : ((SwTxtFly*)this)->_GetMaster(); } in GetMaster()
H A Dfrmform.cxx1584 SwTxtFrm *pMaster = FindMaster(); in _Format() local
1585 ASSERT( pMaster, "SwTxtFrm::Format: homeless follow" ); in _Format()
1586 if( !pMaster->HasPara() ) in _Format()
1587 pMaster->GetFormatted(); in _Format()
1588 SwTxtSizeInfo aInf( pMaster ); in _Format()
1589 SwTxtIter aMasterLine( pMaster, &aInf ); in _Format()
2038 SwTxtFrm *pMaster = FindMaster(); in Format() local
2039 ASSERT( pMaster, "SwTxtFrm::Format: homeless follow" ); in Format()
2040 if( pMaster ) in Format()
2041 pMaster->Prepare( PREP_FOLLOW_FOLLOWS ); in Format()
H A Dtxtfly.cxx758 pMaster = rTxtFly.pMaster; in SwTxtFly()
788 pMaster = pCurrFrm->IsFollow() ? NULL : pCurrFrm; in CtorInitTxtFly()
900 pMaster = pCurrFrm; in _GetMaster()
901 while( pMaster->IsFollow() ) in _GetMaster()
902 pMaster = (SwCntntFrm*)pMaster->FindMaster(); in _GetMaster()
903 return pMaster; in _GetMaster()
/aoo41x/main/sd/source/core/
H A Ddrawdoc3.cxx1374 SdPage* pMaster = pMasterPage; in RemoveUnnecessaryMasterPages() local
1377 if (!pMaster) in RemoveUnnecessaryMasterPages()
1411 if( pMPg != pMaster && in RemoveUnnecessaryMasterPages()
1454 delete pMaster; in RemoveUnnecessaryMasterPages()
1589 SdPage* pMaster = NULL; in SetMasterPage() local
1623 pMaster = pMP; in SetMasterPage()
1627 if (pMaster && pNotesMaster) in SetMasterPage()
1946 pMaster->SetSize(aSize); in SetMasterPage()
1952 pMaster->SetAutoLayout(pMaster->GetAutoLayout()); in SetMasterPage()
2022 pMaster->SetName(aName); in SetMasterPage()
[all …]
H A Dsdpage2.cxx103 SdPage* pMaster; in SetPresentationLayout() local
112 pMaster = static_cast<SdPage*>(pModel->GetMasterPage(nMaster)); in SetPresentationLayout()
113 if (pMaster->GetPageKind() == mePageKind && pMaster->GetLayoutName() == maLayoutName) in SetPresentationLayout()
115 pFoundMaster = pMaster; in SetPresentationLayout()
124 pMaster = static_cast<SdPage*>(pModel->GetMasterPage(nMaster - 1)); in SetPresentationLayout()
125 if (pMaster->GetPageKind() == mePageKind && pMaster->GetLayoutName() == maLayoutName) in SetPresentationLayout()
127 pFoundMaster = pMaster; in SetPresentationLayout()
/aoo41x/main/sw/source/core/layout/
H A Dfly.cxx225 if ( pMaster ) in Chain()
572 pMaster->pNextLink = pFollow; in ChainFrames()
573 pFollow->pPrevLink = pMaster; in ChainFrames()
575 if ( pMaster->ContainsCntnt() ) in ChainFrames()
579 SWRECTFN( pMaster ) in ChainFrames()
616 pMaster->pNextLink = 0; in UnchainFrames()
622 SwLayoutFrm *pUpper = pMaster; in UnchainFrames()
1154 if ( pMaster ) in _UpdateAttr()
1156 if ( pMaster->GetNextLink() && in _UpdateAttr()
1157 pMaster->GetNextLink() != this ) in _UpdateAttr()
[all …]
H A Dfindfrm.cxx1616 SwTabFrm *pMaster = (SwTabFrm*)pTab->FindMaster(); in GetPreviousCell() local
1617 if ( pMaster && pMaster->HasFollowFlowLine() ) in GetPreviousCell()
1619 SwRowFrm* pMasterRow = static_cast<SwRowFrm*>(pMaster->GetLastLower()); in GetPreviousCell()
1770 const SwTabFrm* pMaster = pTab->IsFollow() ? pTab->FindMaster() : 0; in IsInFollowFlowRow() local
1772 if ( !pMaster || !pMaster->HasFollowFlowLine() ) in IsInFollowFlowRow()
1781 const SwRowFrm* pMasterRow = static_cast<const SwRowFrm*>(pMaster->GetLastLower()); in IsInFollowFlowRow()
H A Dsectfrm.cxx101 SwSectionFrm* pMaster = rSect.FindMaster(); in SwSectionFrm() local
102 pMaster->SetFollow( this ); in SwSectionFrm()
157 SwSectionFrm *pMaster = FindMaster(); in ~SwSectionFrm() local
158 if( pMaster ) in ~SwSectionFrm()
160 PROTOCOL( this, PROT_SECTION, ACT_DEL_FOLLOW, pMaster ) in ~SwSectionFrm()
161 pMaster->SetFollow( GetFollow() ); in ~SwSectionFrm()
166 pMaster->InvalidateSize(); in ~SwSectionFrm()
216 SwSectionFrm *pMaster = FindMaster(); in DelEmpty() local
217 pMaster->SetFollow( GetFollow() ); in DelEmpty()
221 if( !GetFollow() && !pMaster->IsColLocked() ) in DelEmpty()
[all …]
H A Dlayouter.cxx62 SwLayouter* pMaster; member in SwEndnoter
67 : pMaster( pLay ), pSect( NULL ), pEndArr( NULL ) {} in SwEndnoter()
83 pSect->CollectEndnotes( pMaster ); in CollectEndnotes()
H A Dtabfrm.cxx709 SwTabFrm* pMaster = rTab.IsFollow() ? (SwTabFrm*)rTab.FindMaster() : 0; in lcl_RecalcSplitLine() local
710 if ( pMaster && !pMaster->IsJoinLocked() ) in lcl_RecalcSplitLine()
713 ::TableSplitRecalcLock( pMaster ); in lcl_RecalcSplitLine()
763 ::TableSplitRecalcUnlock( pMaster ); in lcl_RecalcSplitLine()
2130 SwTabFrm *pMaster = (SwTabFrm*)FindMaster(); in MakeAll() local
2132 if ( ShouldBwdMoved( pMaster->GetUpper(), sal_False, bDummy ) ) in MakeAll()
2133 pMaster->InvalidatePos(); in MakeAll()
3990 const SwFrm* pMaster; in CalcHeightWidthFlys() local
3998 pMaster = 0; in CalcHeightWidthFlys()
4000 pMaster = pTmpFrm->FindMaster(); in CalcHeightWidthFlys()
[all …]
/aoo41x/main/svl/source/items/
H A Ditempool.cxx163 pMaster(this), in SfxItemPool()
224 pMaster(this), in SfxItemPool()
390 if (pMaster != NULL && pMaster != this) in ~SfxItemPool()
397 if (pMaster->pSecondary == this) in ~SfxItemPool()
398 pMaster->pSecondary = NULL; in ~SfxItemPool()
468 pSecondary->pMaster = pSecondary; in SetSecondaryPool()
470 p->pMaster = pSecondary; in SetSecondaryPool()
475 SfxItemPool *pNewMaster = pMaster ? pMaster : this; in SetSecondaryPool()
477 p->pMaster = pNewMaster; in SetSecondaryPool()
840 SfxPoolItem* pNewItem = rItem.Clone(pMaster); in Put()
[all …]
H A Dpoolio.cxx144 SfxItemPool *pStoreMaster = pMaster != this ? pMaster : 0; in Store()
522 SfxItemPool *pLoadMaster = pMaster != this ? pMaster : 0; in Load()
536 pMaster->pImp->nMajorVer = pImp->nMajorVer; in Load()
537 pMaster->pImp->nMinorVer = pImp->nMinorVer; in Load()
1132 if ( pRefPool != pMaster ) in LoadSurrogate()
1545 return pMaster->pImp->nMajorVer >= 2; in IsVer2_Impl()
/aoo41x/main/sot/source/sdstor/
H A Dstgstrms.cxx535 StgPage* pMaster = 0; in GetPage() local
546 if ( pMaster ) in GetPage()
572 pOldPage = pMaster; in GetPage()
579 if ( pMaster ) in GetPage()
582 pOldPage = pMaster; in GetPage()
586 if( pMaster ) in GetPage()
587 return pMaster->GetPage( nOff ); in GetPage()
610 StgPage* pMaster = 0; in SetPage() local
616 pMaster = 0; in SetPage()
620 if ( pMaster ) in SetPage()
[all …]
/aoo41x/main/sd/source/ui/view/
H A Ddrviews1.cxx469 SdPage* pMaster = GetDoc()->GetMasterSdPage(i, mePageKind); in ChangeEditMode() local
470 String aLayoutName(pMaster->GetLayoutName()); in ChangeEditMode()
475 if (&(mpActualPage->TRG_GetMasterPage()) == pMaster) in ChangeEditMode()
766 SdPage* pMaster = GetDoc()->GetMasterSdPage(i, mePageKind); in ResetActualPage() local
767 String aLayoutName(pMaster->GetLayoutName()); in ResetActualPage()
771 if (pActualPage == pMaster) in ResetActualPage()
1053 if(pPage && pMaster == &(pPage->TRG_GetMasterPage())) in SwitchPage()
1183 pMaster = GetDoc()->GetMasterSdPage(0, mePageKind); in SwitchPage()
1185 sal_uInt16 nNum = pMaster->GetPageNum(); in SwitchPage()
1212 String aLayoutName(pMaster->GetLayoutName()); in SwitchPage()
[all …]
/aoo41x/main/sd/source/ui/dlg/
H A Dsdpreslt.cxx197 SdPage* pMaster = (SdPage*)pDoc->GetMasterPage(nLayout); in FillValueSet() local
198 if (pMaster->GetPageKind() == PK_STANDARD) in FillValueSet()
200 String aLayoutName(pMaster->GetLayoutName()); in FillValueSet()
204 Bitmap aBitmap(mpDocSh->GetPagePreviewBitmap(pMaster, 90)); in FillValueSet()
317 SdPage* pMaster = (SdPage*) pTemplDoc->GetMasterPage(nLayout); in IMPL_LINK() local
318 if (pMaster->GetPageKind() == PK_STANDARD) in IMPL_LINK()
320 String aLayoutName(pMaster->GetLayoutName()); in IMPL_LINK()
324 Bitmap aBitmap(pTemplDocSh->GetPagePreviewBitmap(pMaster, 90)); in IMPL_LINK()
H A Dheaderfooterdlg.cxx96 PresLayoutPreview( ::Window* pParent, const ResId& rResId, SdPage* pMaster );
828 PresLayoutPreview::PresLayoutPreview( ::Window* pParent, const ResId& rResId, SdPage* pMaster ) in PresLayoutPreview() argument
829 :Control( pParent, rResId ), mpMaster( pMaster ), maPageSize( pMaster->GetSize() ) in PresLayoutPreview()
/aoo41x/main/sd/source/ui/app/
H A Dtmplctrl.cxx134 SdPage* pMaster = pDoc->GetMasterSdPage(nPage, PK_STANDARD); in Command() local
135 if( pMaster ) in Command()
136 aPop.InsertItem( ++nCount, pMaster->GetName() ); in Command()
143 SdPage* pMaster = pDoc->GetMasterSdPage(nCurrId, PK_STANDARD); in Command() local
144 SfxStringItem aStyle( ATTR_PRESLAYOUT_NAME, pMaster->GetName() ); in Command()
/aoo41x/main/sw/source/core/inc/
H A Dftnfrm.hxx61 SwFtnFrm *pMaster; //Der FtnFrm dessen Follow ich bin. member in SwFtnFrm
100 const SwFtnFrm *GetMaster() const { return pMaster; } in GetMaster()
101 SwFtnFrm *GetMaster() { return pMaster; } in GetMaster()
107 void SetMaster( SwFtnFrm *pNew ) { pMaster = pNew; } in SetMaster()
H A Dflyfrm.hxx183 static void ChainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow );
184 static void UnchainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow );
/aoo41x/main/sd/source/ui/slidesorter/model/
H A DSlsPageDescriptor.cxx117 const SdrPage* pMaster = NULL; in UpdateMasterPage() local
119 pMaster = &mpPage->TRG_GetMasterPage(); in UpdateMasterPage()
120 if (mpMasterPage != pMaster) in UpdateMasterPage()
122 mpMasterPage = pMaster; in UpdateMasterPage()
/aoo41x/main/sw/source/core/unocore/
H A Dunofield.cxx1164 SwXFieldMaster* pMaster = reinterpret_cast< SwXFieldMaster * >( in attachTextFieldMaster() local
1167 SwFieldType* pFieldType = pMaster ? pMaster->GetFldType() : 0; in attachTextFieldMaster()
1193 SwXFieldMaster* pMaster = SwIterator<SwXFieldMaster,SwFieldType>::FirstElement( *pType ); in getTextFieldMaster() local
1194 if(!pMaster) in getTextFieldMaster()
1195 pMaster = new SwXFieldMaster(*pType, GetDoc()); in getTextFieldMaster()
1197 return pMaster; in getTextFieldMaster()
2599 SwXFieldMaster* pMaster = SwIterator<SwXFieldMaster,SwFieldType>::FirstElement( *pType ); in getByName() local
2600 if(!pMaster) in getByName()
2601 pMaster = new SwXFieldMaster(*pType, GetDoc()); in getByName()
2602 uno::Reference< beans::XPropertySet > aRef = pMaster; in getByName()
/aoo41x/main/sfx2/source/control/
H A Dctrlitem.cxx357 pMaster->StateChanged( nSID, eState, pState ); in StateChanged()
366 pMaster( &rMaster ) in SfxStatusForwarder()
/aoo41x/main/svl/inc/svl/
H A Ditempool.hxx118 SfxItemPool* pMaster; member in SfxItemPool
234 return pMaster; } in GetMasterPool()
/aoo41x/main/sfx2/inc/sfx2/
H A Dmsg.hxx211 #define SFX_NEW_SLOT_ENUM( SlaveId, hid, GroupId, pMaster, pNext, MasterId, Value, Flags, DisableFl… argument
218 pMaster, \

Completed in 233 milliseconds

12