ReportController.cxx (b63233d8) ReportController.cxx (a72d41dc)
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

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

315 ,m_bInGeneratePreview(false)
316{
317 // new Observer
318 m_pReportControllerObserver = new OXReportControllerObserver(*this);
319 m_pReportControllerObserver->acquire();
320
321 m_sMode = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("normal"));
322 DBG_CTOR( rpt_OReportController,NULL);
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

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

315 ,m_bInGeneratePreview(false)
316{
317 // new Observer
318 m_pReportControllerObserver = new OXReportControllerObserver(*this);
319 m_pReportControllerObserver->acquire();
320
321 m_sMode = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("normal"));
322 DBG_CTOR( rpt_OReportController,NULL);
323 registerProperty(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ZoomValue")),PROPERTY_ID_ZOOMVALUE,beans::PropertyAttribute::BOUND| beans::PropertyAttribute::TRANSIENT,&m_nZoomValue,::getCppuType(reinterpret_cast< sal_Int16*>(NULL)));
323 registerProperty(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ZoomValue")),PROPERTY_ID_ZOOMVALUE,beans::PropertyAttribute::BOUND| beans::PropertyAttribute::TRANSIENT,&m_nZoomValue,::getCppuType(static_cast< sal_Int16*>(NULL)));
324
325}
326// -----------------------------------------------------------------------------
327OReportController::~OReportController()
328{
329 DBG_DTOR( rpt_OReportController,NULL);
330}
331// -----------------------------------------------------------------------------

--- 4090 unchanged lines hidden ---
324
325}
326// -----------------------------------------------------------------------------
327OReportController::~OReportController()
328{
329 DBG_DTOR( rpt_OReportController,NULL);
330}
331// -----------------------------------------------------------------------------

--- 4090 unchanged lines hidden ---