XBufferController.idl (d695a2a0) | XBufferController.idl (32698fcc) |
---|---|
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 --- 30 unchanged lines hidden (view full) --- 39 double/multi-buffering facilities on screen devices.<p> 40 41 @since OpenOffice 2.0 42 */ 43published interface XBufferController : ::com::sun::star::uno::XInterface 44{ 45 /** Create the given number of background buffers.<p> 46 | 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 --- 30 unchanged lines hidden (view full) --- 39 double/multi-buffering facilities on screen devices.<p> 40 41 @since OpenOffice 2.0 42 */ 43published interface XBufferController : ::com::sun::star::uno::XInterface 44{ 45 /** Create the given number of background buffers.<p> 46 |
47 There's one buffer implicitely available, which is the canvas | 47 There's one buffer implicitly available, which is the canvas |
48 surface itself. Thus, calling <code>createBuffers(1)</code> 49 creates a double-buffered object.<p> 50 51 @param nBuffers 52 The number of background<buffers requested. Must be greater 53 than 0. 54 55 @return the number of actually generated buffers, which might --- 75 unchanged lines hidden --- | 48 surface itself. Thus, calling <code>createBuffers(1)</code> 49 creates a double-buffered object.<p> 50 51 @param nBuffers 52 The number of background<buffers requested. Must be greater 53 than 0. 54 55 @return the number of actually generated buffers, which might --- 75 unchanged lines hidden --- |