overlaymanagerbuffered.cxx (f6e50924) | overlaymanagerbuffered.cxx (a56bd57b) |
---|---|
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 --- 407 unchanged lines hidden (view full) --- 416 maBufferRememberedRangePixel.reset(); 417 } 418 419 return 0; 420 } 421 422 OverlayManagerBuffered::OverlayManagerBuffered( 423 OutputDevice& rOutputDevice, | 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 --- 407 unchanged lines hidden (view full) --- 416 maBufferRememberedRangePixel.reset(); 417 } 418 419 return 0; 420 } 421 422 OverlayManagerBuffered::OverlayManagerBuffered( 423 OutputDevice& rOutputDevice, |
424 OverlayManager* pOldOverlayManager, | |
425 bool bRefreshWithPreRendering) | 424 bool bRefreshWithPreRendering) |
426 : OverlayManager(rOutputDevice, pOldOverlayManager), | 425 : OverlayManager(rOutputDevice), |
427 mbRefreshWithPreRendering(bRefreshWithPreRendering) 428 { 429 // Init timer 430 maBufferTimer.SetTimeout(1); 431 maBufferTimer.SetTimeoutHdl(LINK(this, OverlayManagerBuffered, ImpBufferTimerHandler)); 432 } 433 434 OverlayManagerBuffered::~OverlayManagerBuffered() --- 100 unchanged lines hidden --- | 426 mbRefreshWithPreRendering(bRefreshWithPreRendering) 427 { 428 // Init timer 429 maBufferTimer.SetTimeout(1); 430 maBufferTimer.SetTimeoutHdl(LINK(this, OverlayManagerBuffered, ImpBufferTimerHandler)); 431 } 432 433 OverlayManagerBuffered::~OverlayManagerBuffered() --- 100 unchanged lines hidden --- |