layact.cxx (14b87244) layact.cxx (8ef2f12b)
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

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

162}
163
164void SwLayAction::CheckWaitCrsr()
165{
166 RESCHEDULE
167 if ( !IsWait() && IsWaitAllowed() && IsPaint() &&
168 ((Ticks() - GetStartTicks()) >= CLOCKS_PER_SEC/2) )
169 {
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

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

162}
163
164void SwLayAction::CheckWaitCrsr()
165{
166 RESCHEDULE
167 if ( !IsWait() && IsWaitAllowed() && IsPaint() &&
168 ((Ticks() - GetStartTicks()) >= CLOCKS_PER_SEC/2) )
169 {
170 pWait = new SwWait( *pRoot->GetFmt()->GetDoc()->GetDocShell(), sal_True );
170 pWait = new SwWait( *pRoot->GetFmt()->GetDoc()->GetDocShell(), true );
171 }
172}
173
174/*************************************************************************
175|*
176|* SwLayAction::CheckIdleEnd()
177|*
178|* Ersterstellung MA 12. Aug. 94

--- 2444 unchanged lines hidden ---
171 }
172}
173
174/*************************************************************************
175|*
176|* SwLayAction::CheckIdleEnd()
177|*
178|* Ersterstellung MA 12. Aug. 94

--- 2444 unchanged lines hidden ---