splash.hxx (0a1e2f0e) | splash.hxx (781e0f66) |
---|---|
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 --- 70 unchanged lines hidden (view full) --- 79 static SplashScreen *_pINSTANCE; 80 81 static osl::Mutex _aMutex; 82 Reference< XMultiServiceFactory > _rFactory; 83 84 VirtualDevice _vdev; 85 BitmapEx _aIntroBmp; 86 Color _cProgressFrameColor; | 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 --- 70 unchanged lines hidden (view full) --- 79 static SplashScreen *_pINSTANCE; 80 81 static osl::Mutex _aMutex; 82 Reference< XMultiServiceFactory > _rFactory; 83 84 VirtualDevice _vdev; 85 BitmapEx _aIntroBmp; 86 Color _cProgressFrameColor; |
87 bool _bShowProgressFrame; |
|
87 Color _cProgressBarColor; 88 bool _bNativeProgress; 89 OUString _sAppName; 90 OUString _sProgressText; 91 std::vector< FullScreenProgressRatioValue > _sFullScreenProgressRatioValues; 92 93 sal_Int32 _iMax; 94 sal_Int32 _iProgress; --- 38 unchanged lines hidden --- | 88 Color _cProgressBarColor; 89 bool _bNativeProgress; 90 OUString _sAppName; 91 OUString _sProgressText; 92 std::vector< FullScreenProgressRatioValue > _sFullScreenProgressRatioValues; 93 94 sal_Int32 _iMax; 95 sal_Int32 _iProgress; --- 38 unchanged lines hidden --- |