| /aoo4110/main/sw/source/core/bastyp/ | 
| H A D | swcache.cxx | 68 			pTmp = pTmp->GetPrev();  in Check()258 		pLast = pObj->GetPrev();  in ToTop()
 265 		if ( pObj->GetPrev() )  in ToTop()
 282 		if ( pFirst->GetPrev() )  in ToTop()
 374 			pFirst = pFirst->GetPrev();  in DeleteObj()
 379 		pLast = pLast->GetPrev();  in DeleteObj()
 380 	if ( pObj->GetPrev() )  in DeleteObj()
 475 			pObj = pObj->GetPrev();  in Insert()
 485 			pLast = pObj->GetPrev();  in Insert()
 490 			if ( pObj->GetPrev() )  in Insert()
 [all …]
 
 | 
| /aoo4110/main/sw/source/core/layout/ | 
| H A D | pagechg.cxx | 515 		if ( GetPrev() && ((SwPageFrm*)GetPrev())->IsEmptyPage() )  in PreparePage()837         pRet = GetPrev() ? ((SwPageFrm*)GetPrev())->GetPageDesc() :  in FindPageDesc()
 842 		pRet = GetPrev() ?  in FindPageDesc()
 978 	if( GetPrev() )  in Paste()
 1105 	if( pPage->GetPrev() && ((SwPageFrm*)pPage->GetPrev())->IsEmptyPage() )  in CheckPageDescs()
 1106 		pPage = (SwPageFrm*)pPage->GetPrev();  in CheckPageDescs()
 1131 				nDocPos = pPage->GetPrev() ?  in CheckPageDescs()
 1153 				 ( !bOdd && !pPage->GetPrev() ) ) )  in CheckPageDescs()
 1171 						( pPage->GetPrev() &&  in CheckPageDescs()
 1176 				if ( pPage->GetPrev() )  in CheckPageDescs()
 [all …]
 
 | 
| H A D | sectfrm.cxx | 289 		if ( 0 != (pFrm = GetPrev()) )  in _Cut()434 	if ( GetPrev() )  in Paste()
 438 			GetPrev()->InvalidateSize();  in Paste()
 439 			if ( GetPrev()->IsCntntFrm() )  in Paste()
 632         if ( pLay->GetPrev() && pLay->GetPrev()->IsCntntFrm() )  in lcl_GetNextCntntFrm()
 677 	SwFrm* pPrv = pDel->GetPrev();  in MoveCntntAndDelete()
 882 			pFrm = pFrm->GetPrev();  in lcl_FindCntntFrm()
 1813 		if( pCol->GetPrev() )  in GetPrevSctLeaf()
 1826 			} while( pCol->GetPrev() );  in GetPrevSctLeaf()
 1941 				pTmp = pTmp->GetPrev();  in GetPrevSctLeaf()
 [all …]
 
 | 
| H A D | layact.cxx | 632 			SwPageFrm *pTmp = pPage->GetPrev() ?  in InternalAction()633 										(SwPageFrm*)pPage->GetPrev() : pPage;  in InternalAction()
 787 						pPage = (SwPageFrm*)pPage->GetPrev();  in InternalAction()
 791                 while ( pPage->GetPrev() &&  in InternalAction()
 798 					pPage = (SwPageFrm*)pPage->GetPrev();  in InternalAction()
 1350 						prPage = (SwPageFrm*)prPage->GetPrev();  in IsShortCut()
 1355                 else if ( prPage->GetPrev() &&  in IsShortCut()
 1430 		if ( pLay->GetPrev() && !pLay->GetPrev()->IsValid() )  in FormatLayout()
 1431 			pLay->GetPrev()->SetCompletePaint();  in FormatLayout()
 1712 		if ( pTab->GetPrev() && !pTab->GetPrev()->IsValid() )  in FormatLayoutTab()
 [all …]
 
 | 
| H A D | ftnfrm.cxx | 181 				pBoss = pBoss->GetPrev();  in lcl_ColumnNum()190 		pCol = pCol->GetPrev();  in lcl_ColumnNum()
 603 	else if ( GetPrev() )  in Cut()
 604 		GetPrev()->SetRetouche();  in Cut()
 682 	if ( GetPrev() && GetPrev() == GetMaster() )  in Paste()
 687 		SwFrm *pDel = GetPrev();  in Paste()
 701 	if ( GetPrev() )  in Paste()
 831 	if ( !pOldBoss->GetPrev() && !pOldPage->GetPrev() )  in GetPrevFtnLeaf()
 2461 	if( pFtn && pFtn->GetPrev() && bLock )  in RearrangeFtns()
 2885 			if( !GetNext() && !GetPrev() )  in _NeighbourhoodAdjustment()
 [all …]
 
 | 
| H A D | flowfrm.cxx | 436 	if ( pStart->GetPrev() )  in CutTree()438 		pStart->GetPrev()->pNext = 0;  in CutTree()
 494 			pStart->GetPrev()->pNext = pStart;  in PasteTree()
 1059 							pPg = (SwPageFrm*)pPg->GetPrev();  in GetNextLeaf()
 1367 		if( pTmp->GetPrev() )  in HasParaSpaceAtPages()
 1373 	return pTmp && !pTmp->GetPrev();  in HasParaSpaceAtPages()
 1396         pPrevFrm = pPrevFrm->GetPrev();  in _GetPrevFrmForUpperSpaceCalc()
 1949 					 !pBoss->GetPrev() );  in MoveFwd()
 1975 			if ( !pCol || !pCol->GetPrev() )  in MoveFwd()
 2331 				if ( pCol->GetPrev() )  in MoveBwd()
 [all …]
 
 | 
| H A D | calcmove.cxx | 218 					( pNewUpper->GetUpper()->GetPrev() ||  in ShouldBwdMoved()314 			 GetPrev() )  in PrepareMake()
 328                                  !GetPrev() ||  in PrepareMake()
 403 	if ( GetPrev() && !GetPrev()->IsValid() )  in OptPrepareMake()
 506 	SwFrm* pRet = pFrm->GetPrev();  in lcl_Prev()
 509 		pRet = pFrm->GetUpper()->GetPrev();  in lcl_Prev()
 512 		pRet = pRet->GetPrev();  in lcl_Prev()
 911                         SwFrm* pNxt = GetPrev();  in MakeAll()
 913                             pNxt = pNxt->GetPrev();  in MakeAll()
 1468 			 ( !bFtn || !GetUpper()->FindFtnFrm()->GetPrev() )  in MakeAll()
 [all …]
 
 | 
| H A D | trvlfrm.cxx | 1014 	    (pFrm->GetPrev() && pFrm->GetPrev()->IsLayoutFrm()) ?  in GetPrevFrm()1018         pPrev = (pPrev->GetPrev() && pPrev->GetPrev()->IsLayoutFrm()) ?  in GetPrevFrm()
 1147 									(SwLayoutFrm*)GetPrev() : this;  in GetCntntPos()
 1244 				while ( !pCntnt && pStart->GetPrev() )  in GetCntntPos()
 1247 					if( !pStart->GetPrev()->IsLayoutFrm() )  in GetCntntPos()
 1266 				if ( pStart->GetPrev() )  in GetCntntPos()
 1306 	if ( !pActual->GetPrev() &&  in GetCntntPos()
 1507 			pPage = (SwLayoutFrm*)pPage->GetPrev();  in GetNextPrevCntntPos()
 1511 				pPage = (SwLayoutFrm*)pPage->GetPrev();  in GetNextPrevCntntPos()
 1753 			pPrv = (SwPageFrm*)pPrv->GetPrev();  in WannaRightPage()
 [all …]
 
 | 
| H A D | wsfrm.cxx | 717 			if( pBehind->GetPrev() )  in InsertGroupBefore()718 				pBehind->GetPrev()->pNext = NULL;  in InsertGroupBefore()
 856 	if ( GetPrev() )  in Paste()
 863 			if ( GetPrev()->Frm().Height() !=  in Paste()
 864 				 GetPrev()->Prt().Height() + GetPrev()->Prt().Top() )  in Paste()
 866 				GetPrev()->_InvalidatePrt();  in Paste()
 876 			GetPrev()->InvalidatePage( pPage );  in Paste()
 980 		if( IsInSct() && !GetPrev() )  in Cut()
 994 		if ( 0 != (pFrm = GetPrev()) )  in Cut()
 2184 			if( IsInSct() && !GetPrev() )  in Modify()
 [all …]
 
 | 
| H A D | tabfrm.cxx | 404                 pTmp = pTmp->GetPrev();  in lcl_ShrinkCellsAndAllContent()1794     if ( rFrm.GetPrev() )  in lcl_NoPrev()
 2029 		SwFrm *pPre = GetPrev();  in MakeAll()
 2723         SwFrm *pPre = GetPrev();  in MakeAll()
 3373 				if ( !GetPrev() )  in _UpdateAttr()
 3689 		if( IsInSct() && !GetPrev() )  in Cut()
 3703 		if ( 0 != (pFrm = GetPrev()) )  in Cut()
 3800 	if ( GetPrev() )  in Paste()
 3804 			GetPrev()->InvalidateSize();  in Paste()
 3805 			if ( GetPrev()->IsCntntFrm() )  in Paste()
 [all …]
 
 | 
| H A D | softpagebreak.cxx | 49         if( pPage && pPage->GetPrev() )  in fillSoftPageBreakList()127             if( pPage && !pPage->GetPrev() )  in hasSoftPageBreak()
 
 | 
| H A D | findfrm.cxx | 322         pRet = bNext ? pFrm->GetNext() : pFrm->GetPrev();  in lcl_FindLayoutFrame()511 		!pRet->GetNext() && !pRet->GetPrev() )  in FindFtnBossFrm()
 1660             while ( bStart ? pCurrentRow->GetPrev() : pCurrentRow->GetNext() )  in FindStartEndOfRowSpanCell()
 1666                          pTableFrm->IsInHeadline( *pCurrentRow->GetPrev() ) )  in FindStartEndOfRowSpanCell()
 1669                     pCurrentRow = pCurrentRow->GetPrev();  in FindStartEndOfRowSpanCell()
 
 | 
| H A D | anchoredobject.cxx | 936         if ( pColFrm && pColFrm->GetPrev() )  in OverlapsPrevColumn()938             const SwFrm* pTmpColFrm = pColFrm->GetPrev();  in OverlapsPrevColumn()
 943                 pTmpColFrm = pTmpColFrm->GetPrev();  in OverlapsPrevColumn()
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svddrag.cxx | 79 	Point aBla=KorregPos(GetRealNow(),GetPrev());  in NextMove()97 		Now()=KorregPos(GetRealNow(),GetPrev());  in PrevPoint()
 110 		long dx=rPnt.X()-GetPrev().X(); if (dx<0) dx=-dx;  in CheckMinMoved()
 111 		long dy=rPnt.Y()-GetPrev().Y(); if (dy<0) dy=-dy;  in CheckMinMoved()
 121 	long nDiv=GetPrev().X()-aRef1.X();  in GetXFact()
 130 	long nDiv=GetPrev().Y()-aRef1.Y();  in GetYFact()
 
 | 
| H A D | svdcrtv.cxx | 289 			rRect=Rectangle(aDragStat.GetPrev(),aDragStat.GetNow());  in TakeActionRect()596 			if (aDragStat.IsOrtho8Possible()) OrthoDistance8(aDragStat.GetPrev(),aPnt,IsBigOrtho());  in MovCreateObj()
 597 			else if (aDragStat.IsOrtho4Possible()) OrthoDistance4(aDragStat.GetPrev(),aPnt,IsBigOrtho());  in MovCreateObj()
 606 				OrthoDistance8(aDragStat.GetPrev(), aPnt, sal_False);  in MovCreateObj()
 608 				OrthoDistance4(aDragStat.GetPrev(), aPnt, sal_False);  in MovCreateObj()
 
 | 
| /aoo4110/main/sw/source/core/text/ | 
| H A D | widorp.cxx | 59 	ASSERT(	!pFrm->IsFollow() || !pFrm->GetPrev() ||  in IsNastyFollow()60 			((const SwTxtFrm*)pFrm->GetPrev())->GetFollow() == pFrm,  in IsNastyFollow()
 62 	return	pFrm->IsFollow() && pFrm->GetPrev();  in IsNastyFollow()
 208 		sal_Bool bFirstLine = 1 == rLine.GetLineNr() && !rLine.GetPrev();  in IsBreakNow()
 216 		else if(bFirstLine && pFrm->IsInFtn() && !pFrm->FindFtnFrm()->GetPrev())  in IsBreakNow()
 263 		if( bChkKeep && !pFrm->GetPrev() && !pFrm->IsInFtn() &&  in WidowsAndOrphans()
 309 		    if( !pFtn->GetPrev() &&  in WidowsAndOrphans()
 
 | 
| H A D | itrtxt.cxx | 128 const SwLineLayout *SwTxtIter::GetPrev()  in GetPrev()  function in SwTxtIter291     sal_Bool bPrevious = bRightMargin && pCurr->GetLen() && GetPrev() &&  in CharCrsrToLine()
 292 		GetPrev()->GetLen();  in CharCrsrToLine()
 
 | 
| H A D | txtfrm.cxx | 1084 				if( IsInSct() && !GetPrev() )  in Modify()1190 					if( IsInSct() && !GetPrev() )  in Modify()
 1203 				if ( GetPrev() )  in Modify()
 1349 			if ( GetPrev() )  in Modify()
 1387             if ( pPage == rInfo.GetOrigPage() && !GetPrev() )  in GetInfo()
 1612 				if( !GetPrev() )  in Prepare()
 1900 	if( pFrm->GetPrev() )  in SwTestFormat()
 1902                 (pFrm->GetPrev()->Frm().*fnRect->fnGetBottom)() -  in SwTestFormat()
 
 | 
| /aoo4110/main/sw/source/core/inc/ | 
| H A D | cntfrm.hxx | 123     if ( bPrune && !GetPrev() )  in GetNextCntntFrm()133     if ( GetPrev() && GetPrev()->IsCntntFrm() )  in GetPrevCntntFrm()
 134         return (SwCntntFrm*)GetPrev();  in GetPrevCntntFrm()
 
 | 
| H A D | frame.hxx | 669 	SwFrm				*GetPrev()	{ return pPrev; }  in GetPrev()  function in SwFrm682 	const SwFrm			*GetPrev()	const { return pPrev; }  in GetPrev()  function in SwFrm
 717         if ( GetPrev() && GetPrev()->IsCntntFrm() )  in FindPrevCnt()
 718             return (SwCntntFrm*)(GetPrev());  in FindPrevCnt()
 731         if ( GetPrev() && GetPrev()->IsCntntFrm() )  in FindPrevCnt()
 732             return (const SwCntntFrm*)(GetPrev());  in FindPrevCnt()
 
 | 
| /aoo4110/main/tools/workben/ | 
| H A D | hashtbl.hxx | 112 	void* GetPrev();193 		ObjType GetPrev()		 									\
 194 			{ return (ObjType)HashTableIterator::GetPrev();  }		\
 
 | 
| /aoo4110/main/soldep/inc/soldep/ | 
| H A D | hashtbl.hxx | 113 	void* GetPrev();195 		ObjType GetPrev()		 									\
 196 			{ return (ObjType)HashTableIterator::GetPrev();  }		\
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | svddrag.hxx | 112 …const Point& GetPrev() const                     { return GetPoint(GetPointAnz()-(GetPointAnz()>=2…  in GetPrev()  function in SdrDragStat172 	long  GetDX() const                     { return GetNow().X()-GetPrev().X(); }  in GetDX()
 173 	long  GetDY() const                     { return GetNow().Y()-GetPrev().Y(); }  in GetDY()
 
 | 
| /aoo4110/main/sw/source/core/undo/ | 
| H A D | rolbck.cxx | 959     , m_pPrevFmt( rAttr.GetPrev() )  in SwHistoryChangeFlyChain()990         if ( aChain.GetNext() || aChain.GetPrev() )  in SetInDoc()
 1153 			if( pChainItem->GetNext() || pChainItem->GetPrev() )  in Add()
 1164 				if ( pChainItem->GetPrev() )  in Add()
 1166 					SwFmtChain aTmp( pChainItem->GetPrev()->GetChain() );  in Add()
 1168                     pChainItem->GetPrev()->SetFmtAttr( aTmp );  in Add()
 
 | 
| /aoo4110/main/sw/inc/ | 
| H A D | fmtcnct.hxx | 60 	SwFlyFrmFmt* GetPrev() const { return (SwFlyFrmFmt*)aPrev.GetRegisteredIn(); }  in GetPrev()  function in SwFmtChain70 	SetPrev( rCpy.GetPrev() );  in operator =()
 
 |