tdf#124176 Use pragma once in connectivity
Change-Id: I4a57cd6dcbc180fe9a378d2713c687a66476ee79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111979 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
parent
b82d677b3e
commit
6069a66690
247 changed files with 247 additions and 866 deletions
|
@ -7,11 +7,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_INC_BITMAPS_HRC
|
||||
#define INCLUDED_CONNECTIVITY_INC_BITMAPS_HRC
|
||||
#pragma once
|
||||
|
||||
#define LINKED_TEXT_TABLE_IMAGE_RESOURCE "dbaccess/res/linked_text_table.png"
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_INC_STRINGS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_INC_STRINGS_HXX
|
||||
#pragma once
|
||||
|
||||
// = log messages for the JDBC driver
|
||||
|
||||
|
@ -72,6 +71,4 @@
|
|||
#define STR_DB_NOT_CONNECTED_STATE "08003"
|
||||
#define STR_DATA_CANNOT_SELECT_UNFILTERED_STATE "IM001"
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_EAPI_H
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_EAPI_H
|
||||
#pragma once
|
||||
#include <glib-object.h>
|
||||
|
||||
// Initializes the API below, returns false if not available
|
||||
|
@ -157,6 +156,5 @@ ESourceRegistry *get_e_source_registry();
|
|||
bool isSourceBackend(ESource *pSource, const char *backendname);
|
||||
|
||||
G_END_DECLS
|
||||
#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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCATALOG_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCATALOG_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sdbcx/VCatalog.hxx>
|
||||
|
||||
|
@ -41,6 +40,4 @@ namespace connectivity::evoab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCATALOG_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCOLUMNS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCOLUMNS_HXX
|
||||
#pragma once
|
||||
|
||||
#include "NTable.hxx"
|
||||
#include <connectivity/sdbcx/VCollection.hxx>
|
||||
|
@ -42,6 +41,4 @@ namespace connectivity::evoab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCOLUMNS_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCONNECTION_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCONNECTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include "NDriver.hxx"
|
||||
#include <com/sun/star/sdbc/SQLWarning.hpp>
|
||||
|
@ -104,6 +103,4 @@ namespace connectivity::evoab {
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NCONNECTION_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDATABASEMETADATA_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDATABASEMETADATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -218,6 +217,4 @@ namespace connectivity::evoab
|
|||
}
|
||||
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDATABASEMETADATA_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDRIVER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDRIVER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -72,6 +71,4 @@ namespace connectivity::evoab
|
|||
}
|
||||
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NDRIVER_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NPREPAREDSTATEMENT_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NPREPAREDSTATEMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include "NStatement.hxx"
|
||||
#include "NConnection.hxx"
|
||||
|
@ -106,6 +105,4 @@ namespace connectivity::evoab
|
|||
}
|
||||
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NPREPAREDSTATEMENT_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSET_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -180,6 +179,4 @@ namespace connectivity::evoab
|
|||
}
|
||||
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSET_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSETMETADATA_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSETMETADATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
|
@ -75,6 +74,4 @@ namespace connectivity::evoab
|
|||
}
|
||||
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NRESULTSETMETADATA_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NSTATEMENT_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NSTATEMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XStatement.hpp>
|
||||
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
|
||||
|
@ -271,6 +270,4 @@ namespace connectivity::evoab
|
|||
}
|
||||
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NSTATEMENT_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLE_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLE_HXX
|
||||
#pragma once
|
||||
|
||||
#include "NConnection.hxx"
|
||||
#include <connectivity/sdbcx/VTable.hxx>
|
||||
|
@ -51,6 +50,4 @@ namespace connectivity::evoab
|
|||
}
|
||||
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLE_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_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLES_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLES_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/sdbcx/VCollection.hxx>
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
|
@ -41,6 +40,4 @@ namespace connectivity::evoab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLES_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_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_HTERMINATELISTENER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_HTERMINATELISTENER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <com/sun/star/frame/XTerminateListener.hpp>
|
||||
|
@ -44,6 +43,4 @@ namespace connectivity::hsqldb
|
|||
|
||||
} // namespace connectivity::hsqldb
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_HTERMINATELISTENER_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_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_ACCESSLOG_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_ACCESSLOG_HXX
|
||||
#pragma once
|
||||
|
||||
#ifdef HSQLDB_DBG
|
||||
|
||||
|
@ -133,6 +132,4 @@ namespace connectivity::hsqldb
|
|||
} }
|
||||
#endif
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_ACCESSLOG_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABADDRESSBOOK_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABADDRESSBOOK_HXX
|
||||
#pragma once
|
||||
|
||||
#include "MacabRecords.hxx"
|
||||
#include "MacabGroup.hxx"
|
||||
|
@ -58,6 +57,4 @@ namespace connectivity::macab
|
|||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABADDRESSBOOK_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCATALOG_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCATALOG_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sdbcx/VCatalog.hxx>
|
||||
|
||||
|
@ -49,6 +48,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCATALOG_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCOLUMNS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCOLUMNS_HXX
|
||||
#pragma once
|
||||
|
||||
#include "MacabTable.hxx"
|
||||
#include <connectivity/sdbcx/VCollection.hxx>
|
||||
|
@ -40,6 +39,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCOLUMNS_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONNECTION_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONNECTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
|
@ -110,6 +109,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONNECTION_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDATABASEMETADATA_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDATABASEMETADATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include "MacabConnection.hxx"
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
|
@ -193,6 +192,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDATABASEMETADATA_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDRIVER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDRIVER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XDriver.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
|
@ -160,6 +159,4 @@ namespace connectivity::macab
|
|||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABDRIVER_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABGROUP_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABGROUP_HXX
|
||||
#pragma once
|
||||
|
||||
#include "MacabRecords.hxx"
|
||||
|
||||
|
@ -36,6 +35,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABGROUP_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABHEADER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABHEADER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -60,6 +59,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABHEADER_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABPREPAREDSTATEMENT_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABPREPAREDSTATEMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include "MacabStatement.hxx"
|
||||
#include "MacabResultSetMetaData.hxx"
|
||||
|
@ -109,6 +108,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABPREPAREDSTATEMENT_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORD_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORD_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -69,6 +68,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORD_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORDS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORDS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -124,6 +123,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRECORDS_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLE_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLE_HXX
|
||||
#pragma once
|
||||
|
||||
#include "MacabConnection.hxx"
|
||||
#include <connectivity/sdbcx/VTable.hxx>
|
||||
|
@ -52,6 +51,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLE_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLES_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLES_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/sdbcx/VCollection.hxx>
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
|
@ -47,6 +46,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABTABLES_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONDITION_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONDITION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -163,6 +162,4 @@ class MacabConditionAnd : public MacabConditionBoolean
|
|||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABCONDITION_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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABORDER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABORDER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include "MacabHeader.hxx"
|
||||
|
@ -62,6 +61,4 @@ namespace connectivity::macab
|
|||
};
|
||||
}
|
||||
|
||||
#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_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABUTILITIES_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABUTILITIES_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/util/DateTime.hpp>
|
||||
#include <com/sun/star/sdbc/DataType.hpp>
|
||||
|
@ -135,6 +134,4 @@ namespace connectivity::macab
|
|||
void impl_throwError(const char* pErrorId);
|
||||
}
|
||||
|
||||
#endif // _ CONNECTIVITY_MACAB_UTILITIES_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_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MMOZILLABOOTSTRAP_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MMOZILLABOOTSTRAP_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -76,6 +75,4 @@ namespace connectivity::mozab
|
|||
|
||||
}
|
||||
|
||||
#endif // CONNECTIVITY_SMozillaBootstrap_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_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSFOLDERS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSFOLDERS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/mozilla/MozillaProductType.hpp>
|
||||
|
||||
|
@ -26,6 +25,4 @@
|
|||
|
||||
OUString getRegistryDir(css::mozilla::MozillaProductType product);
|
||||
|
||||
#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_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSINIPARSER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_BOOTSTRAP_MNSINIPARSER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
|
@ -52,6 +51,4 @@ public:
|
|||
explicit IniParser(OUString const & rIniName);
|
||||
};
|
||||
|
||||
#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_MYSQLC_SOURCE_MYSQLC_CONNECTION_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_CONNECTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include "mysqlc_subcomponent.hxx"
|
||||
|
@ -182,6 +181,5 @@ public:
|
|||
//inline OUString getPattern(OUString p) { return (p.getLength()) ? p : ASC2OU("%"); }
|
||||
} /* mysqlc */
|
||||
} /* connectivity */
|
||||
#endif // INCLUDED_MYSQLC_SOURCE_MYSQLC_CONNECTION_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_MYSQLC_SOURCE_MYSQLC_DATABASEMETADATA_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_DATABASEMETADATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include "mysqlc_connection.hxx"
|
||||
|
||||
|
@ -231,6 +230,4 @@ public:
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_MYSQLC_SOURCE_MYSQLC_DATABASEMETADATA_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_MYSQLC_SOURCE_MYSQLC_DRIVER_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_DRIVER_HXX
|
||||
#pragma once
|
||||
|
||||
#include "mysqlc_connection.hxx"
|
||||
|
||||
|
@ -87,6 +86,4 @@ public:
|
|||
|
||||
} /* connectivity::mysqlc */
|
||||
|
||||
#endif // INCLUDED_MYSQLC_SOURCE_MYSQLC_DRIVER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_MYSQLC_SOURCE_MYSQLC_GENERAL_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_GENERAL_HXX
|
||||
#pragma once
|
||||
|
||||
#include <config_lgpl.h>
|
||||
|
||||
|
@ -114,6 +113,4 @@ sal_Int32 mysqlStrToOOOType(const OUString& sType);
|
|||
OUString convert(const ::std::string& _string, const rtl_TextEncoding encoding);
|
||||
}
|
||||
|
||||
#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_MYSQLC_SOURCE_MYSQLC_RESULTSET_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_RESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "mysqlc_preparedstatement.hxx"
|
||||
#include "mysqlc_statement.hxx"
|
||||
|
@ -250,6 +249,5 @@ private:
|
|||
};
|
||||
|
||||
} /* connectivity::mysqlc */
|
||||
#endif // CONNECTIVITY_SRESULTSET_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_MYSQLC_SOURCE_MYSQLC_PREPAREDSTATEMENT_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_PREPAREDSTATEMENT_HXX
|
||||
#pragma once
|
||||
#include "mysqlc_statement.hxx"
|
||||
#include "mysqlc_resultset.hxx"
|
||||
|
||||
|
@ -154,6 +153,5 @@ public:
|
|||
};
|
||||
|
||||
} /* connectivity::mysqlc */
|
||||
#endif // INCLUDED_MYSQLC_SOURCE_MYSQLC_PREPAREDSTATEMENT_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_MYSQLC_SOURCE_MYSQLC_PROPERTYIDS_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_PROPERTYIDS_HXX
|
||||
#pragma once
|
||||
|
||||
// this define has to be set to split the names into different dll's or so's
|
||||
// every dll has his own set of property names
|
||||
|
@ -42,6 +41,4 @@ enum
|
|||
|
||||
} /* connectivity::mysqlc */
|
||||
|
||||
#endif // INCLUDED_MYSQLC_SOURCE_MYSQLC_PROPERTYIDS_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_MYSQLC_SOURCE_MYSQLC_RESULTSET_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_RESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "mysqlc_preparedstatement.hxx"
|
||||
#include "mysqlc_statement.hxx"
|
||||
|
@ -272,6 +271,5 @@ private:
|
|||
};
|
||||
|
||||
} /* connectivity::mysqlc */
|
||||
#endif // CONNECTIVITY_SRESULTSET_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_MYSQLC_SOURCE_MYSQLC_RESULTSETMETADATA_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_RESULTSETMETADATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include "mysqlc_connection.hxx"
|
||||
|
||||
|
@ -101,6 +100,4 @@ public:
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_MYSQLC_SOURCE_MYSQLC_RESULTSETMETADATA_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_MYSQLC_SOURCE_MYSQLC_STATEMENT_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_STATEMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include "mysqlc_connection.hxx"
|
||||
#include "mysqlc_subcomponent.hxx"
|
||||
|
@ -172,6 +171,5 @@ public:
|
|||
// css::uno::Sequence<sal_Int32> SAL_CALL executeBatch() override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_MYSQLC_SOURCE_MYSQLC_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_MYSQLC_SOURCE_MYSQLC_SUBCOMPONENT_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_SUBCOMPONENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
@ -142,6 +141,4 @@ css::uno::Sequence<T> concatSequences(const css::uno::Sequence<T>& _rLeft,
|
|||
}
|
||||
}
|
||||
|
||||
#endif // INCLUDED_MYSQLC_SOURCE_MYSQLC_SUBCOMPONENT_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_MYSQLC_SOURCE_MYSQLC_TYPES_HXX
|
||||
#define INCLUDED_MYSQLC_SOURCE_MYSQLC_TYPES_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/types.h>
|
||||
|
||||
|
@ -43,6 +42,4 @@ struct TypeInfoDef
|
|||
|
||||
extern TypeInfoDef const mysqlc_types[];
|
||||
|
||||
#endif // INCLUDED_MYSQLC_SOURCE_MYSQLC_TYPES_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_ARRAY_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_ARRAY_HXX
|
||||
#pragma once
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <com/sun/star/sdbc/XArray.hpp>
|
||||
|
||||
|
@ -95,6 +94,4 @@ private:
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_BASERESULTSET_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_BASERESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#include <cppuhelper/component.hxx>
|
||||
|
@ -200,6 +199,5 @@ public: // OComponentHelper
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_CONNECTION_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_CONNECTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <config_lgpl.h>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
|
@ -191,6 +190,5 @@ public: // helper function
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_DATABASEMETADATA_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_DATABASEMETADATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include "pq_connection.hxx"
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
|
@ -235,6 +234,4 @@ public:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_DRIVER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_DRIVER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <osl/mutex.hxx>
|
||||
#include <sal/macros.h>
|
||||
|
@ -115,6 +114,4 @@ public:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_FAKEDUPDATEABLERESULTSET_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_FAKEDUPDATEABLERESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XResultSetUpdate.hpp>
|
||||
#include <com/sun/star/sdbc/XRowUpdate.hpp>
|
||||
|
@ -103,6 +102,5 @@ public: // XRowUpdate
|
|||
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_PREPAREDSTATEMENT_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_PREPAREDSTATEMENT_HXX
|
||||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
#include <libpq-fe.h>
|
||||
|
@ -218,6 +217,5 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_RESULTSET_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_RESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#include <cppuhelper/component.hxx>
|
||||
|
@ -91,6 +90,5 @@ public:
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_RESULTSETMETADATA_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_RESULTSETMETADATA_HXX
|
||||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
#include "pq_connection.hxx"
|
||||
|
@ -125,6 +124,4 @@ public:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_SEQUENCERESULTSET_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_SEQUENCERESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#include <cppuhelper/component.hxx>
|
||||
|
@ -89,6 +88,5 @@ public: // XColumnLocate
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_SEQUENCERESULTSETMETADATA_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_SEQUENCERESULTSETMETADATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
|
||||
|
@ -87,6 +86,4 @@ namespace pq_sdbc_driver
|
|||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_SEQUENCERESULTSETMETADATA_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_STATEMENT_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_STATEMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -195,6 +194,5 @@ css::uno::Reference< css::sdbc::XResultSet > getGeneratedValuesFromLastInsert(
|
|||
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_STATICS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_STATICS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
@ -239,6 +238,5 @@ private:
|
|||
Statics & getStatics();
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_TOOLS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_TOOLS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/sdbc/XParameters.hpp>
|
||||
|
@ -174,6 +173,4 @@ public:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_UPDATEABLERESULTSET_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_UPDATEABLERESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "pq_sequenceresultset.hxx"
|
||||
#include "pq_resultsetmetadata.hxx"
|
||||
|
@ -167,6 +166,4 @@ public:
|
|||
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_UPDATEABLERESULTSET_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XBASE_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XBASE_HXX
|
||||
#pragma once
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/compbase.hxx>
|
||||
|
@ -129,6 +128,5 @@ public: // XNamed
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCOLUMN_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
|
@ -80,6 +79,4 @@ public: // XDataDescriptorFactory
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCOLUMNS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCOLUMNS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -119,6 +118,5 @@ public: // XDataDescriptorFactory
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCONTAINER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XCONTAINER_HXX
|
||||
#pragma once
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||
#include <com/sun/star/container/XEnumerationAccess.hpp>
|
||||
|
@ -187,6 +186,5 @@ protected:
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEX_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEX_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
|
@ -121,6 +120,4 @@ public: // XDataDescriptorFactory
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXCOLUMN_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXCOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
|
@ -81,6 +80,4 @@ public: // XDataDescriptorFactory
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXCOLUMNS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXCOLUMNS_HXX
|
||||
#pragma once
|
||||
|
||||
#include "pq_xcontainer.hxx"
|
||||
|
||||
|
@ -107,6 +106,5 @@ public: // XDataDescriptorFactory
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXES_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XINDEXES_HXX
|
||||
#pragma once
|
||||
|
||||
#include "pq_xcontainer.hxx"
|
||||
|
||||
|
@ -99,6 +98,5 @@ public: // XDataDescriptorFactory
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEY_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEY_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
|
@ -117,6 +116,4 @@ public: // XDataDescriptorFactory
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYCOLUMN_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYCOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
|
@ -80,6 +79,4 @@ public: // XDataDescriptorFactory
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYCOLUMNS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYCOLUMNS_HXX
|
||||
#pragma once
|
||||
|
||||
#include "pq_xcontainer.hxx"
|
||||
|
||||
|
@ -98,6 +97,5 @@ public: // XDataDescriptorFactory
|
|||
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL createDataDescriptor( ) override;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XKEYS_HXX
|
||||
#pragma once
|
||||
|
||||
#include "pq_xcontainer.hxx"
|
||||
|
||||
|
@ -98,6 +97,5 @@ public: // XDataDescriptorFactory
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XTABLE_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XTABLE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
|
@ -164,6 +163,4 @@ public: // XDataDescriptorFactory
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XTABLES_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XTABLES_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -88,6 +87,5 @@ protected:
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XUSER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XUSER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
|
@ -96,6 +95,4 @@ public: // XDataDescriptorFactory
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XUSERS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XUSERS_HXX
|
||||
#pragma once
|
||||
|
||||
#include "pq_xcontainer.hxx"
|
||||
|
||||
|
@ -79,6 +78,5 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XVIEW_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XVIEW_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
|
@ -96,6 +95,4 @@ public:
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XVIEWS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_POSTGRESQL_PQ_XVIEWS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
|
@ -85,6 +84,5 @@ protected:
|
|||
|
||||
};
|
||||
}
|
||||
#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_CONNECTIVITY_SOURCE_INC_OCOLUMN_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_OCOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <sal/types.h>
|
||||
|
@ -116,6 +115,4 @@ namespace connectivity
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_OCOLUMN_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_CONNECTIVITY_SOURCE_INC_OTYPEINFO_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_OTYPEINFO_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/DataType.hpp>
|
||||
|
||||
|
@ -48,6 +47,4 @@ namespace connectivity
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_OTYPEINFO_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_CONNECTIVITY_SOURCE_INC_PARAMETERSUBSTITUTION_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_PARAMETERSUBSTITUTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/util/XStringSubstitution.hpp>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
|
@ -61,6 +60,4 @@ namespace connectivity
|
|||
} // connectivity
|
||||
|
||||
|
||||
#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_CONNECTIVITY_SOURCE_INC_ROWFUNCTIONPARSER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ROWFUNCTIONPARSER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/config.h>
|
||||
#include "FDatabaseMetaDataResultSet.hxx"
|
||||
|
@ -107,6 +106,4 @@ private:
|
|||
|
||||
} // namespace connectivity
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ROWFUNCTIONPARSER_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_CONNECTIVITY_SOURCE_INC_TCONNECTION_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_TCONNECTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/textenc.h>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
|
@ -77,7 +76,6 @@ namespace connectivity
|
|||
static css::uno::Sequence< sal_Int8 > getUnoTunnelId();
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TCONNECTION_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_CONNECTIVITY_SOURCE_INC_TDATABASEMETADATABASE_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_TDATABASEMETADATABASE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData2.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
|
@ -130,6 +129,5 @@ namespace connectivity
|
|||
virtual sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers( ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TDATABASEMETADATABASE_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_CONNECTIVITY_SOURCE_INC_TKEYVALUE_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_TKEYVALUE_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/FValue.hxx>
|
||||
#include <connectivity/dbtoolsdllapi.hxx>
|
||||
|
@ -57,6 +56,4 @@ namespace connectivity
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TKEYVALUE_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_CONNECTIVITY_SOURCE_INC_TPRIVILEGESRESULTSET_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_TPRIVILEGESRESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "FDatabaseMetaDataResultSet.hxx"
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
|
@ -43,6 +42,5 @@ namespace connectivity
|
|||
virtual sal_Bool SAL_CALL next( ) override;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TPRIVILEGESRESULTSET_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_CONNECTIVITY_SOURCE_INC_TRESULTSETHELPER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_TRESULTSETHELPER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sal/types.h>
|
||||
#include <connectivity/dbtoolsdllapi.hxx>
|
||||
|
@ -49,6 +48,4 @@ namespace connectivity
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TRESULTSETHELPER_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_CONNECTIVITY_SOURCE_INC_TSKIPDELETEDSET_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_TSKIPDELETEDSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include "TResultSetHelper.hxx"
|
||||
#include <vector>
|
||||
|
@ -77,6 +76,5 @@ namespace connectivity
|
|||
void SetDeletedVisible(bool _bDeletedVisible) { m_bDeletedVisible = _bDeletedVisible; }
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TSKIPDELETEDSET_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_CONNECTIVITY_SOURCE_INC_TSORTINDEX_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_TSORTINDEX_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/dbtoolsdllapi.hxx>
|
||||
#include "TKeyValue.hxx"
|
||||
|
@ -107,6 +106,5 @@ namespace connectivity
|
|||
void setFrozen() { m_bFrozen = true; }
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_TSORTINDEX_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_CONNECTIVITY_SOURCE_INC_ADO_ACALLABLESTATEMENT_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACALLABLESTATEMENT_HXX
|
||||
#pragma once
|
||||
|
||||
#include <ado/APreparedStatement.hxx>
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
|
@ -72,7 +71,6 @@ namespace connectivity::ado
|
|||
virtual void SAL_CALL registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_Int32 scale ) override;
|
||||
};
|
||||
}
|
||||
#endif // _CONNECTIVITY_OCallableStatement_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_CONNECTIVITY_SOURCE_INC_ADO_ACATALOG_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACATALOG_HXX
|
||||
#pragma once
|
||||
|
||||
#include <sdbcx/VCatalog.hxx>
|
||||
#include <ado/Awrapadox.hxx>
|
||||
|
@ -46,6 +45,5 @@ namespace connectivity::ado
|
|||
WpADOCatalog getCatalog() const { return m_aCatalog; }
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACATALOG_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_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMN_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMN_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/sdbcx/VColumn.hxx>
|
||||
#include <ado/Awrapadox.hxx>
|
||||
|
@ -52,6 +51,5 @@ namespace connectivity::ado
|
|||
WpADOColumn getColumnImpl() const;
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMN_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_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMNS_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMNS_HXX
|
||||
#pragma once
|
||||
|
||||
#include <connectivity/sdbcx/VCollection.hxx>
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
|
@ -53,6 +52,5 @@ namespace connectivity::ado
|
|||
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMNS_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_CONNECTIVITY_SOURCE_INC_ADO_ACONNECTION_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACONNECTION_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/SQLWarning.hpp>
|
||||
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
||||
|
@ -130,6 +129,5 @@ namespace connectivity::ado
|
|||
bool& _brForceToType);
|
||||
};
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACONNECTION_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_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATA_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include <TDatabaseMetaDataBase.hxx>
|
||||
#include <map>
|
||||
|
@ -218,7 +217,5 @@ namespace connectivity::ado
|
|||
};
|
||||
}
|
||||
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATA_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_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATARESULTSET_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATARESULTSET_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XResultSet.hpp>
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
|
@ -222,6 +221,5 @@ namespace connectivity::ado
|
|||
}
|
||||
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATARESULTSET_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_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATARESULTSETMETADATA_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADATABASEMETADATARESULTSETMETADATA_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
|
@ -99,6 +98,5 @@ namespace connectivity::ado
|
|||
virtual OUString SAL_CALL getColumnServiceName( sal_Int32 column ) override;
|
||||
};
|
||||
}
|
||||
#endif // _CONNECTIVITY_ADO_ADATABASEMETARESULTSETMETADATA_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_CONNECTIVITY_SOURCE_INC_ADO_ADRIVER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADRIVER_HXX
|
||||
#pragma once
|
||||
|
||||
#include <com/sun/star/sdbc/XDriver.hpp>
|
||||
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
|
||||
|
@ -76,7 +75,6 @@ namespace connectivity::ado
|
|||
};
|
||||
|
||||
}
|
||||
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADRIVER_HXX
|
||||
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue