trvlfrm.cxx (44d2bcec) trvlfrm.cxx (6e9cccf4)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1006 unchanged lines hidden (view full) ---

1015 (SwLayoutFrm*)pFrm->GetPrev() : 0;
1016 // #i39402# in case of an empty page
1017 if(pPrev && !pPrev->ContainsCntnt())
1018 pPrev = (pPrev->GetPrev() && pPrev->GetPrev()->IsLayoutFrm()) ?
1019 (SwLayoutFrm*)pPrev->GetPrev() : 0;
1020 return pPrev;
1021}
1022
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1006 unchanged lines hidden (view full) ---

1015 (SwLayoutFrm*)pFrm->GetPrev() : 0;
1016 // #i39402# in case of an empty page
1017 if(pPrev && !pPrev->ContainsCntnt())
1018 pPrev = (pPrev->GetPrev() && pPrev->GetPrev()->IsLayoutFrm()) ?
1019 (SwLayoutFrm*)pPrev->GetPrev() : 0;
1020 return pPrev;
1021}
1022
1023//Jetzt koennen auch die Funktionspointer initalisiert werden;
1023//Jetzt koennen auch die Funktionspointer initialisiert werden;
1024//sie sind in cshtyp.hxx declariert.
1025SwPosPage fnPageStart = GetFirstSub;
1026SwPosPage fnPageEnd = GetLastSub;
1027SwWhichPage fnPagePrev = GetPrevFrm;
1028SwWhichPage fnPageCurr = GetThisFrm;
1029SwWhichPage fnPageNext = GetNextFrm;
1030
1031//Liefert den ersten/den letzten Contentframe (gesteuert ueber

--- 1601 unchanged lines hidden ---
1024//sie sind in cshtyp.hxx declariert.
1025SwPosPage fnPageStart = GetFirstSub;
1026SwPosPage fnPageEnd = GetLastSub;
1027SwWhichPage fnPagePrev = GetPrevFrm;
1028SwWhichPage fnPageCurr = GetThisFrm;
1029SwWhichPage fnPageNext = GetNextFrm;
1030
1031//Liefert den ersten/den letzten Contentframe (gesteuert ueber

--- 1601 unchanged lines hidden ---