Searched refs:GetLeaf (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | flowfrm.cxx | 799 const SwLayoutFrm *SwFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd, in GetLeaf() function in SwFrm 810 { pLeaf = ((SwFrm*)pLeaf)->GetLeaf( eMakePage, bFwd ); in GetLeaf() 838 SwLayoutFrm *SwFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd ) in GetLeaf() function in SwFrm 1982 rThis.GetLeaf( bMakePage ? MAKEPAGE_INSERT : MAKEPAGE_NONE, sal_True ); in MoveFwd() 2208 pNewUpper = rThis.GetLeaf( MAKEPAGE_FTN, sal_False ); in MoveBwd() 2232 pNewUpper = rThis.GetLeaf( MAKEPAGE_NONE, sal_False ); in MoveBwd() 2285 pNewUpper = rThis.GetLeaf( MAKEPAGE_NONE, sal_False ); in MoveBwd() 2336 pCol = rThis.GetLeaf( MAKEPAGE_NONE, sal_False ); in MoveBwd() 2394 pNewUpper = rThis.GetLeaf( MAKEPAGE_NONE, sal_False ); in MoveBwd() 2473 pNewUpper = pFrm->GetLeaf( MAKEPAGE_INSERT, sal_True ); in MoveBwd() [all …]
|
H A D | flycnt.cxx | 697 const SwFrm *pLay = pUp->GetLeaf( MAKEPAGE_NONE, sal_False, pCnt ); in lcl_CalcDownDist() 731 const SwFrm *pLay = pUp->GetLeaf( MAKEPAGE_NONE, sal_True, pCnt ); in lcl_CalcDownDist() 839 pLay = pLay->GetLeaf( MAKEPAGE_NONE, sal_True, pCnt ); in lcl_CalcDownDist()
|
H A D | ftnfrm.cxx | 3061 GetLeaf( bMakePage ? MAKEPAGE_INSERT : MAKEPAGE_NONE, sal_True ); in MoveFtnCntFwd()
|
H A D | tabfrm.cxx | 3539 SwLayoutFrm *SwTabFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd ) in GetLeaf() function in SwTabFrm
|
/trunk/main/sw/source/core/inc/ |
H A D | tabfrm.hxx | 39 using SwFrm::GetLeaf; 40 SwLayoutFrm *GetLeaf( MakePageType eMakePage, sal_Bool bFwd );
|
H A D | frame.hxx | 540 SwLayoutFrm *GetLeaf( MakePageType eMakePage, sal_Bool bFwd ); 549 const SwLayoutFrm *GetLeaf ( MakePageType eMakePage, sal_Bool bFwd,
|
/trunk/main/sot/source/sdstor/ |
H A D | stgdir.cxx | 881 sal_Int32 nLeft = pCur->aEntry.GetLeaf( STG_LEFT ); in SetupEntry() 882 sal_Int32 nRight = pCur->aEntry.GetLeaf( STG_RIGHT ); in SetupEntry() 887 nLeaf = pCur->aEntry.GetLeaf( STG_CHILD ); in SetupEntry()
|
H A D | stgelem.hxx | 153 sal_Int32 GetLeaf( StgEntryRef ) const;
|
H A D | stgstrms.cxx | 752 Init( p.aEntry.GetLeaf( STG_DATA ), in StgDataStrm() 984 Init( p.aEntry.GetLeaf( STG_DATA ), in StgSmallStrm()
|
H A D | stgelem.cxx | 343 sal_Int32 StgEntry::GetLeaf( StgEntryRef eRef ) const in GetLeaf() function in StgEntry
|
/trunk/main/sw/source/core/objectpositioning/ |
H A D | tocntntanchoredobjectposition.cxx | 687 … pUpperOfOrientFrm->GetLeaf( eMakePage, sal_True, &rAnchorTxtFrm ); in CalcPosition() 926 const SwLayoutFrm* pNextLay = pUpperOfOrientFrm->GetLeaf( in CalcPosition()
|
Completed in 85 milliseconds