TSkipDeletedSet.cxx (9b5730f6) TSkipDeletedSet.cxx (82c0ddf2)
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

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

21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_connectivity.hxx"
26#include "TSkipDeletedSet.hxx"
27#include <osl/diagnose.h>
28#include <rtl/logfile.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

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

21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_connectivity.hxx"
26#include "TSkipDeletedSet.hxx"
27#include <osl/diagnose.h>
28#include <rtl/logfile.hxx>
29#include <algorithm>
29
30using namespace connectivity;
31// -----------------------------------------------------------------------------
32OSkipDeletedSet::OSkipDeletedSet(IResultSetHelper* _pHelper)
33 : m_pHelper(_pHelper)
34 ,m_bDeletedVisible(false)
35{
36 RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "commontools", "Ocke.Janssen@sun.com", "OSkipDeletedSet::OSkipDeletedSet" );

--- 243 unchanged lines hidden ---
30
31using namespace connectivity;
32// -----------------------------------------------------------------------------
33OSkipDeletedSet::OSkipDeletedSet(IResultSetHelper* _pHelper)
34 : m_pHelper(_pHelper)
35 ,m_bDeletedVisible(false)
36{
37 RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "commontools", "Ocke.Janssen@sun.com", "OSkipDeletedSet::OSkipDeletedSet" );

--- 243 unchanged lines hidden ---