/trunk/main/sw/source/core/layout/ |
H A D | sectfrm.cxx | 102 pMaster->SetFollow( this ); in SwSectionFrm() 107 SetFollow( &rSect ); in SwSectionFrm() 112 SetFollow( rSect.GetFollow() ); in SwSectionFrm() 113 rSect.SetFollow( this ); in SwSectionFrm() 161 pMaster->SetFollow( GetFollow() ); in ~SwSectionFrm() 217 pMaster->SetFollow( GetFollow() ); in DelEmpty() 402 ((SwSectionFrm*)pParent)->SetFollow( NULL ); in Paste() 520 SetFollow( pNxt->GetFollow() ); in MergeNext() 521 pNxt->SetFollow( NULL ); in MergeNext() 577 pNew->SetFollow( GetFollow() ); in SplitSect() [all …]
|
H A D | ssfrm.cxx | 526 pMaster->SetFollow( pFrm->GetFollow() ); in DelFrms() 529 pFrm->SetFollow( 0 );//Damit er nicht auf dumme Gedanken kommt. in DelFrms()
|
H A D | ftnfrm.cxx | 614 pFtn->GetMaster()->SetFollow( pFtn->GetFollow() ); in Cut() 615 pFtn->SetFollow( 0 ); in Cut() 3095 pTmpFtn->SetFollow( pOld->GetFollow() ); in MoveFtnCntFwd() 3098 pOld->SetFollow( pTmpFtn ); in MoveFtnCntFwd()
|
H A D | laycache.cxx | 934 pNew->SetFollow( ((SwTxtFrm*)rpFrm)->GetFollow() ); in CheckInsert() 935 ((SwTxtFrm*)rpFrm)->SetFollow( pNew ); in CheckInsert()
|
H A D | pagedesc.cxx | 502 aResult.SetFollow(pPageDesc); in operator SwPageDesc()
|
/trunk/main/sfx2/source/doc/ |
H A D | objcont.cxx | 620 pTestSheet->SetFollow(aOldName); in Insert() 653 rNewSheet.SetFollow(rFollowName); in Insert() 729 pTestSheet->SetFollow(aEmpty); // Verknuepfung aufloesen in Remove() 937 pFound[i].pDest->SetFollow(pFound[i].pSource->GetParent()); in LoadStyles()
|
/trunk/main/sw/inc/ |
H A D | pagedesc.hxx | 209 inline void SetFollow( const SwPageDesc* pNew ); 241 inline void SwPageDesc::SetFollow( const SwPageDesc* pNew ) in SetFollow() function in SwPageDesc
|
H A D | docstyle.hxx | 139 virtual sal_Bool SetFollow( const String& rStr);
|
H A D | SidebarWin.hxx | 151 void SetFollow( bool bIsFollow) { mbIsFollow = bIsFollow; }; in SetFollow() function in sw::sidebarwindows::SwSidebarWin
|
/trunk/main/svl/source/items/ |
H A D | style.cxx | 301 sal_Bool SfxStyleSheetBase::SetFollow( const XubString& rName ) in SetFollow() function in SfxStyleSheetBase 574 rTarget.SetFollow( rSource.GetFollow() ); in Replace() 990 p->SetFollow( aText ); in Load() 1087 p->SetFollow( aText ); in Load1_Impl()
|
/trunk/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 416 { pDesc->SetFollow( pDesc ); in ChgPageDesc() 421 { pDesc->SetFollow( rChged.pFollow ); in ChgPageDesc() 516 aPageDescs[j]->SetFollow( 0 ); in PreDelPageDesc()
|
/trunk/main/sfx2/source/dialog/ |
H A D | mgetempl.cxx | 504 pStyle->SetFollow( aFollow ); in Reset() 642 if ( !pStyle->SetFollow( aFollowEntry ) ) in DeactivatePage()
|
/trunk/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 499 pTestSheet->SetFollow(rOldName); // Verknuepfung neu aufbauen in Insert() 532 xNewSheet->SetFollow(rFollowName); in Insert() 616 pTestSheet->SetFollow( aEmptyStr ); // Verknuepfung aufloesen in Remove()
|
H A D | docstyle.cxx | 1013 sal_Bool SwDocStyleSheet::SetFollow( const String& rStr) in SetFollow() function in SwDocStyleSheet 1015 if( rStr.Len() && !SfxStyleSheetBase::SetFollow( rStr )) in SetFollow() 1047 aDesc.SetFollow( pFollowDesc ); in SetFollow() 2227 rTarget.SetFollow( rFollowName ); in Replace()
|
H A D | appenv.cxx | 423 pDesc->SetFollow(pFollow); in InsertEnv()
|
H A D | applab.cxx | 295 aDesc.SetFollow( &rFollow ); in InsertLab()
|
/trunk/main/sw/source/core/text/ |
H A D | pordrop.hxx | 56 inline void SetFollow( SwDropPortionPart* pNew ) { pFollow = pNew; }; in SetFollow() function in SwDropPortionPart
|
H A D | porfld.hxx | 87 inline void SetFollow( sal_Bool bNew ) { bFollow = bNew; } in SetFollow() function in SwFldPortion
|
H A D | pormulti.cxx | 651 pFld->SetFollow( sal_True ); in SwRubyPortion() 1901 pFld->SetFollow( sal_True ); in BuildMultiPortion() 1947 pFld->SetFollow( sal_True ); in BuildMultiPortion()
|
/trunk/main/sw/source/core/inc/ |
H A D | ftnfrm.hxx | 106 void SetFollow( SwFtnFrm *pNew ) { pFollow = pNew; } in SetFollow() function in SwFtnFrm
|
H A D | flowfrm.hxx | 180 inline void SetFollow( SwFlowFrm *pNew ) { pFollow = pNew; } in SetFollow() function in SwFlowFrm
|
/trunk/main/svtools/source/config/ |
H A D | apearcfg.cxx | 255 hMouseSettings.SetFollow( nFollow ); in SetApplicationDefaults()
|
/trunk/main/svl/inc/svl/ |
H A D | style.hxx | 125 virtual sal_Bool SetFollow( const UniString& );
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlcss1.cxx | 1456 aNewFirstPageDesc.SetFollow( pNewPageDesc ); in GetPageDesc() 1466 aNewPageDesc.SetFollow( pFollow ); in GetPageDesc() 1472 aNewFollowPageDesc.SetFollow( pNewPageDesc ); in GetPageDesc()
|
/trunk/main/sw/source/core/docnode/ |
H A D | node.cxx | 1407 pMaster->SetFollow( pFrm->GetFollow() ); in DelFrms() 1410 pFrm->SetFollow( 0 );//Damit er nicht auf dumme Gedanken kommt. in DelFrms()
|