forked from amazingfate/loongoffice
tdf#124176 Use #pragma once in dbaccess/source/core
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: I44efd0f0536df127be57fafc193eeb985292cc22 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102550 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
f93f4c10e6
commit
ae484ec0fd
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_BOOKMARKSET_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_BOOKMARKSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "CacheSet.hxx"
|
||||
#include <com/sun/star/sdbcx/XRowLocate.hpp>
|
||||
@ -54,6 +53,5 @@ namespace dbaccess
|
||||
virtual void deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_BOOKMARKSET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_CINDEXES_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_CINDEXES_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/TIndexes.hxx>
|
||||
|
||||
@ -45,6 +44,4 @@ namespace dbaccess
|
||||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_CINDEXES_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_CROWSETCOLUMN_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_CROWSETCOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include "RowSetRow.hxx"
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
@ -47,6 +46,4 @@ namespace dbaccess
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_CROWSETCOLUMN_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_CROWSETDATACOLUMN_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_CROWSETDATACOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include "datacolumn.hxx"
|
||||
#include "RowSetRow.hxx"
|
||||
@ -97,6 +96,4 @@ namespace dbaccess
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_CACHESET_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_CACHESET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
|
||||
@ -169,6 +168,5 @@ namespace dbaccess
|
||||
virtual void fillMissingValues(ORowSetValueVector::Vector& io_aRow) const;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_CACHESET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_HELPERCOLLECTIONS_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_HELPERCOLLECTIONS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/sdbcx/VCollection.hxx>
|
||||
#include <connectivity/dbconversion.hxx>
|
||||
@ -103,6 +102,5 @@ namespace dbaccess
|
||||
}
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_HELPERCOLLECTIONS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_KEYSET_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_KEYSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "CacheSet.hxx"
|
||||
|
||||
@ -213,6 +212,5 @@ namespace dbaccess
|
||||
virtual void insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_KEYSET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_OPTIMISTICSET_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_OPTIMISTICSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "KeySet.hxx"
|
||||
|
||||
@ -73,6 +72,5 @@ namespace dbaccess
|
||||
const std::map<sal_Int32,sal_Int32>& getJoinedKeyColumns() const { return m_aJoinedKeyColumns; }
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_OPTIMISTICSET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_PRIVATEROW_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_PRIVATEROW_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
@ -55,6 +54,5 @@ namespace dbaccess
|
||||
virtual css::uno::Reference< css::sdbc::XArray > SAL_CALL getArray( ::sal_Int32 columnIndex ) override;
|
||||
};
|
||||
} // dbaccess
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_PRIVATEROW_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSET_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -522,6 +521,5 @@ namespace dbaccess
|
||||
};
|
||||
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETBASE_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETBASE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <cppuhelper/implbase10.hxx>
|
||||
@ -400,6 +399,4 @@ namespace dbaccess
|
||||
|
||||
} // end of namespace
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETBASE_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETCACHE_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETCACHE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#include <com/sun/star/io/XInputStream.hpp>
|
||||
@ -187,6 +186,5 @@ namespace dbaccess
|
||||
void reset(const css::uno::Reference< css::sdbc::XResultSet>& _xDriverSet);
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETCACHEITERATOR_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETCACHEITERATOR_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -69,6 +68,5 @@ namespace dbaccess
|
||||
const ORowSetCacheMap::iterator& getIter() const { return m_aIter; }
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETCACHEITERATOR_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETROW_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETROW_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ref.hxx>
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
@ -49,6 +48,5 @@ namespace dbaccess
|
||||
typedef ::rtl::Reference< ORowSetOldRowHelper > TORowSetOldRowHelperRef;
|
||||
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_ROWSETROW_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_STATICSET_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_STATICSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "CacheSet.hxx"
|
||||
|
||||
@ -72,6 +71,5 @@ namespace dbaccess
|
||||
virtual void deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_STATICSET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_WRAPPEDRESULTSET_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_WRAPPEDRESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "CacheSet.hxx"
|
||||
#include <com/sun/star/sdbcx/XRowLocate.hpp>
|
||||
@ -57,6 +56,5 @@ namespace dbaccess
|
||||
virtual void deleteRow(const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTable ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_WRAPPEDRESULTSET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_DATACOLUMN_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_DATACOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XRowUpdate.hpp>
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
@ -105,6 +104,4 @@ namespace dbaccess
|
||||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_DATACOLUMN_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_QUERY_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_QUERY_HXX
|
||||
#pragma once
|
||||
|
||||
#include "querydescriptor.hxx"
|
||||
#include <cppuhelper/implbase3.hxx>
|
||||
@ -145,6 +144,4 @@ private:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_QUERY_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_QUERYDESCRIPTOR_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_QUERYDESCRIPTOR_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/implbase3.hxx>
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
@ -141,6 +140,4 @@ public:
|
||||
};
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_QUERYDESCRIPTOR_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_RESULTCOLUMN_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_RESULTCOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
@ -84,6 +83,5 @@ namespace dbaccess
|
||||
using ::cppu::OPropertySetHelper::getFastPropertyValue;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_RESULTCOLUMN_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_RESULTSET_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_API_RESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <column.hxx>
|
||||
#include <connectivity/warningscontainer.hxx>
|
||||
@ -218,6 +217,5 @@ namespace dbaccess
|
||||
using ::cppu::OPropertySetHelper::getFastPropertyValue;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_RESULTSET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_COMPONENTDEFINITION_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_COMPONENTDEFINITION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <commandbase.hxx>
|
||||
#include <com/sun/star/sdbcx/XRename.hpp>
|
||||
@ -157,6 +156,4 @@ private:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_COMPONENTDEFINITION_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_SHAREDCONNECTION_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_SHAREDCONNECTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/ConnectionWrapper.hxx>
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
@ -116,6 +115,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_SHAREDCONNECTION_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_COMMANDCONTAINER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_COMMANDCONTAINER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <definitioncontainer.hxx>
|
||||
|
||||
@ -70,6 +69,4 @@ protected:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_COMMANDCONTAINER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_COMMANDDEFINITION_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_COMMANDDEFINITION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <commandbase.hxx>
|
||||
#include <apitools.hxx>
|
||||
@ -123,6 +122,4 @@ private:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_COMMANDDEFINITION_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_CONNECTION_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_CONNECTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -227,6 +226,4 @@ private:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_CONNECTION_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DATABASEDOCUMENT_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DATABASEDOCUMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -746,6 +745,5 @@ private:
|
||||
};
|
||||
|
||||
} // namespace dbaccess
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DATABASEDOCUMENT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DATABASEREGISTRATIONS_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DATABASEREGISTRATIONS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/uno/XAggregation.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
@ -31,6 +30,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DATABASEREGISTRATIONS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DATASOURCE_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DATASOURCE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
@ -217,6 +216,4 @@ protected:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // _DBA_COREDATAACCESS_DATALINK_HXX_
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTCONTAINER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTCONTAINER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <definitioncontainer.hxx>
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
@ -135,6 +134,4 @@ protected:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTCONTAINER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTDEFINITION_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTDEFINITION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#include <cppuhelper/implbase4.hxx>
|
||||
@ -354,6 +353,4 @@ private:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTDEFINITION_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTEVENTEXECUTOR_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTEVENTEXECUTOR_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/document/XDocumentEventListener.hpp>
|
||||
#include <com/sun/star/document/XEventsSupplier.hpp>
|
||||
@ -57,6 +56,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTEVENTEXECUTOR_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -18,8 +18,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTEVENTNOTIFIER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTEVENTNOTIFIER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/document/XEventListener.hpp>
|
||||
#include <com/sun/star/document/XDocumentEventListener.hpp>
|
||||
@ -126,6 +125,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_DOCUMENTEVENTNOTIFIER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_INTERCEPT_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_INTERCEPT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <osl/mutex.hxx>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
@ -109,6 +108,4 @@ private:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_INTERCEPT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_MYUCP_DATASUPPLIER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_MYUCP_DATASUPPLIER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ref.hxx>
|
||||
#include <ucbhelper/resultset.hxx>
|
||||
@ -60,6 +59,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_MYUCP_DATASUPPLIER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_MYUCP_RESULTSET_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_MYUCP_RESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ref.hxx>
|
||||
#include <ucbhelper/resultsethelper.hxx>
|
||||
@ -47,6 +46,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_DATAACCESS_MYUCP_RESULTSET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_CONTAINERMEDIATOR_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_CONTAINERMEDIATOR_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/container/XContainerListener.hpp>
|
||||
#include <com/sun/star/container/XContainer.hpp>
|
||||
@ -77,6 +76,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_CONTAINERMEDIATOR_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_CONTENTHELPER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_CONTENTHELPER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/ucb/XContent.hpp>
|
||||
#include <com/sun/star/ucb/XCommandProcessor.hpp>
|
||||
@ -180,6 +179,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_CONTENTHELPER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_DATABASEDATAPROVIDER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_DATABASEDATAPROVIDER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -260,6 +259,4 @@ private:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_DATABASEDATAPROVIDER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_FILTEREDCONTAINER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_FILTEREDCONTAINER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -134,6 +133,4 @@ namespace dbaccess
|
||||
};
|
||||
} // namespace
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_FILTEREDCONTAINER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_MODELIMPL_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_MODELIMPL_HXX
|
||||
#pragma once
|
||||
|
||||
#include "ContentHelper.hxx"
|
||||
#include "documentevents.hxx"
|
||||
@ -540,6 +539,4 @@ public:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_PROPERTYFORWARD_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_PROPERTYFORWARD_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
@ -67,6 +66,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_PROPERTYFORWARD_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_REFRESHLISTENER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_REFRESHLISTENER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
|
||||
@ -40,6 +39,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_REFRESHLISTENER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_SINGLESELECTQUERYCOMPOSER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_SINGLESELECTQUERYCOMPOSER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdb/XParametersSupplier.hpp>
|
||||
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
||||
@ -257,6 +256,5 @@ namespace dbaccess
|
||||
virtual css::uno::Reference< css::container::XIndexAccess > SAL_CALL getParameters( ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_SINGLESELECTQUERYCOMPOSER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLEDECO_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLEDECO_HXX
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
|
||||
@ -161,6 +160,5 @@ namespace dbaccess
|
||||
using ODataSettings::getFastPropertyValue;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLEDECO_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_VIEW_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_VIEW_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/sdbcx/VView.hxx>
|
||||
|
||||
@ -69,6 +68,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_VIEW_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_BOOKMARKCONTAINER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_BOOKMARKCONTAINER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -146,6 +145,4 @@ inline bool OBookmarkContainer::checkExistence(const OUString& _rName)
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_CALLABLESTATEMENT_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_CALLABLESTATEMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#include <com/sun/star/sdbc/XOutParameters.hpp>
|
||||
@ -77,6 +76,5 @@ namespace dbaccess
|
||||
virtual css::uno::Reference< css::sdbc::XArray > SAL_CALL getArray( sal_Int32 columnIndex ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_CALLABLESTATEMENT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_COLUMN_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_COLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include "columnsettings.hxx"
|
||||
|
||||
@ -214,6 +213,5 @@ namespace dbaccess
|
||||
using OColumns_BASE::setParent;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_COLUMN_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_COLUMNSETTINGS_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_COLUMNSETTINGS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
||||
@ -86,6 +85,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_COLUMNSETTINGS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_COMMANDBASE_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_COMMANDBASE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
@ -48,6 +47,4 @@ protected:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_COMMANDBASE_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_COMPOSERTOOLS_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_COMPOSERTOOLS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
@ -119,6 +118,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_COMPOSERTOOLS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_CONTAINERAPPROVE_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_CONTAINERAPPROVE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
@ -55,6 +54,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_CONTAINERAPPROVE_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_DATABASECONTEXT_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_DATABASECONTEXT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -181,6 +180,4 @@ private:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_DATASETTINGS_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_DATASETTINGS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/awt/FontDescriptor.hpp>
|
||||
#include <rtl/ustring.hxx>
|
||||
@ -75,6 +74,4 @@ protected:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_DATASETTINGS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_DEFINITIONCOLUMN_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_DEFINITIONCOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include "column.hxx"
|
||||
#include "columnsettings.hxx"
|
||||
@ -288,6 +287,5 @@ namespace dbaccess
|
||||
virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_DEFINITIONCOLUMN_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_DEFINITIONCONTAINER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_DEFINITIONCONTAINER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -320,6 +319,4 @@ private:
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_DEFINITIONCONTAINER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_DOCUMENTEVENTS_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_DOCUMENTEVENTS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/container/XNameReplace.hpp>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
@ -73,6 +72,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -6,8 +6,7 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_WARNDLG_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_WARNDLG_HXX
|
||||
#pragma once
|
||||
|
||||
#include <vcl/weld.hxx>
|
||||
|
||||
@ -22,6 +21,4 @@ public:
|
||||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_WARNDLG_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_OBJECT_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_OBJECT_HXX
|
||||
#pragma once
|
||||
|
||||
enum ObjectType
|
||||
{
|
||||
@ -28,6 +27,4 @@ enum ObjectType
|
||||
dbaReport
|
||||
};
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_OBJECT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_OBJECTNAMEAPPROVAL_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_OBJECTNAMEAPPROVAL_HXX
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include "containerapprove.hxx"
|
||||
@ -73,6 +72,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_OBJECTNAMEAPPROVAL_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_PREPAREDSTATEMENT_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_PREPAREDSTATEMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
|
||||
@ -102,6 +101,5 @@ namespace dbaccess
|
||||
virtual void SAL_CALL clearParameters( ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_PREPAREDSTATEMENT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_QUERYCOMPOSER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_QUERYCOMPOSER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdb/XSQLQueryComposer.hpp>
|
||||
#include <com/sun/star/sdb/XParametersSupplier.hpp>
|
||||
@ -88,6 +87,5 @@ namespace dbaccess
|
||||
virtual css::uno::Reference< css::container::XIndexAccess > SAL_CALL getParameters( ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_QUERYCOMPOSER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_QUERYCONTAINER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_QUERYCONTAINER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
@ -163,6 +162,4 @@ namespace dbaccess
|
||||
};
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_QUERYCONTAINER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_RECOVERY_DBDOCRECOVERY_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_RECOVERY_DBDOCRECOVERY_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
@ -69,6 +68,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_RECOVERY_DBDOCRECOVERY_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_SDBCORETOOLS_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_SDBCORETOOLS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
@ -53,6 +52,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_SDBCORETOOLS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -16,8 +16,7 @@
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_STATEMENT_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_STATEMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/sdbc/XStatement.hpp>
|
||||
@ -177,6 +176,4 @@ private:
|
||||
bool impl_ensureComposer_nothrow() const;
|
||||
};
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_STATEMENT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLE_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
|
||||
@ -137,6 +136,5 @@ namespace dbaccess
|
||||
using OTable_Base::getFastPropertyValue;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLE_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLECONTAINER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLECONTAINER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -93,6 +92,5 @@ namespace dbaccess
|
||||
virtual ~OTableContainer() override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_TABLECONTAINER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_VETO_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_VETO_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/util/XVeto.hpp>
|
||||
|
||||
@ -53,6 +52,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_VETO_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_VIEWCONTAINER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_INC_VIEWCONTAINER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
@ -91,6 +90,5 @@ namespace dbaccess
|
||||
bool m_bInElementRemoved;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_VIEWCONTAINER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SETTINGSIMPORT_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SETTINGSIMPORT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/xml/sax/XAttributeList.hpp>
|
||||
|
||||
@ -161,6 +160,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SETTINGSIMPORT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_STORAGESTREAM_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_STORAGESTREAM_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
|
||||
@ -49,6 +48,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_STORAGESTREAM_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_STORAGETEXTSTREAM_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_STORAGETEXTSTREAM_HXX
|
||||
#pragma once
|
||||
|
||||
#include "storagestream.hxx"
|
||||
|
||||
@ -50,6 +49,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_STORAGETEXTSTREAM_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_STORAGEXMLSTREAM_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_STORAGEXMLSTREAM_HXX
|
||||
#pragma once
|
||||
|
||||
#include "storagestream.hxx"
|
||||
|
||||
@ -86,6 +85,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_STORAGEXMLSTREAM_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SUBCOMPONENTLOADER_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SUBCOMPONENTLOADER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/awt/XWindowListener.hpp>
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
@ -69,6 +68,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SUBCOMPONENTLOADER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SUBCOMPONENTRECOVERY_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SUBCOMPONENTRECOVERY_HXX
|
||||
#pragma once
|
||||
|
||||
#include "subcomponents.hxx"
|
||||
|
||||
@ -112,6 +111,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SUBCOMPONENTRECOVERY_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SUBCOMPONENTS_HXX
|
||||
#define INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SUBCOMPONENTS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
|
||||
|
||||
@ -59,6 +58,4 @@ namespace dbaccess
|
||||
|
||||
} // namespace dbaccess
|
||||
|
||||
#endif // INCLUDED_DBACCESS_SOURCE_CORE_RECOVERY_SUBCOMPONENTS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
||||
Reference in New Issue
Block a user