PresenterScrollBar.cxx (5d03e972) PresenterScrollBar.cxx (45b93914)
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

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

22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_sdext.hxx"
26
27#include "PresenterScrollBar.hxx"
28#include "PresenterBitmapContainer.hxx"
29#include "PresenterCanvasHelper.hxx"
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

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

22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_sdext.hxx"
26
27#include "PresenterScrollBar.hxx"
28#include "PresenterBitmapContainer.hxx"
29#include "PresenterCanvasHelper.hxx"
30#include "PresenterComponent.hxx"
30#include "PresenterGeometryHelper.hxx"
31#include "PresenterPaintManager.hxx"
32#include "PresenterTimer.hxx"
33#include "PresenterUIPainter.hxx"
34#include <com/sun/star/awt/PosSize.hpp>
35#include <com/sun/star/awt/WindowAttribute.hpp>
36#include <com/sun/star/awt/XWindowPeer.hpp>
37#include <com/sun/star/awt/XToolkit.hpp>

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

323 if (mpSharedBitmaps.expired())
324 {
325 try
326 {
327 mpBitmaps.reset(new PresenterBitmapContainer(
328 OUString::createFromAscii("PresenterScreenSettings/ScrollBar/Bitmaps"),
329 ::boost::shared_ptr<PresenterBitmapContainer>(),
330 mxComponentContext,
31#include "PresenterGeometryHelper.hxx"
32#include "PresenterPaintManager.hxx"
33#include "PresenterTimer.hxx"
34#include "PresenterUIPainter.hxx"
35#include <com/sun/star/awt/PosSize.hpp>
36#include <com/sun/star/awt/WindowAttribute.hpp>
37#include <com/sun/star/awt/XWindowPeer.hpp>
38#include <com/sun/star/awt/XToolkit.hpp>

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

324 if (mpSharedBitmaps.expired())
325 {
326 try
327 {
328 mpBitmaps.reset(new PresenterBitmapContainer(
329 OUString::createFromAscii("PresenterScreenSettings/ScrollBar/Bitmaps"),
330 ::boost::shared_ptr<PresenterBitmapContainer>(),
331 mxComponentContext,
331 mxCanvas));
332 mxCanvas,
333 PresenterComponent::GetBasePath(mxComponentContext)));
332 mpSharedBitmaps = mpBitmaps;
333 }
334 catch(Exception&)
335 {
336 OSL_ASSERT(false);
337 }
338 }
339 else

--- 1000 unchanged lines hidden ---
334 mpSharedBitmaps = mpBitmaps;
335 }
336 catch(Exception&)
337 {
338 OSL_ASSERT(false);
339 }
340 }
341 else

--- 1000 unchanged lines hidden ---