Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3b8402c7
Kaydet (Commit)
3b8402c7
authored
Haz 03, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
odk/examples: pretty up
Change-Id: Id157616660253913ef0ef94c17a680bddacb0660
üst
ee7f28ed
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
44 additions
and
39 deletions
+44
-39
addon.hxx
...uide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx
+3
-3
OSubComponent.hxx
...DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx
+4
-3
OTypeInfo.hxx
...les/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx
+3
-3
SConnection.hxx
...s/DevelopersGuide/Database/DriverSkeleton/SConnection.hxx
+4
-3
SDatabaseMetaData.hxx
...lopersGuide/Database/DriverSkeleton/SDatabaseMetaData.hxx
+3
-3
SDriver.hxx
...mples/DevelopersGuide/Database/DriverSkeleton/SDriver.hxx
+3
-3
SPreparedStatement.hxx
...opersGuide/Database/DriverSkeleton/SPreparedStatement.hxx
+5
-3
SResultSet.hxx
...es/DevelopersGuide/Database/DriverSkeleton/SResultSet.hxx
+1
-0
SResultSetMetaData.hxx
...opersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx
+3
-3
SStatement.hxx
...es/DevelopersGuide/Database/DriverSkeleton/SStatement.hxx
+4
-3
propertyids.hxx
...s/DevelopersGuide/Database/DriverSkeleton/propertyids.hxx
+3
-4
filterdetect.hxx
...FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx
+2
-2
ctp_factory.hxx
odk/examples/cpp/custompanel/ctp_factory.hxx
+3
-3
ctp_panel.hxx
odk/examples/cpp/custompanel/ctp_panel.hxx
+3
-3
No files found.
odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef
_Addon
_HXX
#ifndef
INCLUDED_COMPONENTS_ADDONS_PROTOCOLHANDLERADDON_CPP_ADDON
_HXX
#define
_Addon
_HXX
#define
INCLUDED_COMPONENTS_ADDONS_PROTOCOLHANDLERADDON_CPP_ADDON
_HXX
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
...
@@ -127,6 +127,6 @@ sal_Bool SAL_CALL Addon_supportsService( const ::rtl::OUString& ServiceName )
...
@@ -127,6 +127,6 @@ sal_Bool SAL_CALL Addon_supportsService( const ::rtl::OUString& ServiceName )
SAL_CALL
Addon_createInstance
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
&
rContext
)
SAL_CALL
Addon_createInstance
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
&
rContext
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
);
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
);
#endif //
_Addon
_HXX
#endif //
INCLUDED_COMPONENTS_ADDONS_PROTOCOLHANDLERADDON_CPP_ADDON
_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef
_CONNECTIVITY_OSUBCOMPONENT_HXX_
#ifndef
INCLUDED_DATABASE_DRIVERSKELETON_OSUBCOMPONENT_HXX
#define
_CONNECTIVITY_OSUBCOMPONENT_HXX_
#define
INCLUDED_DATABASE_DRIVERSKELETON_OSUBCOMPONENT_HXX
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <cppuhelper/interfacecontainer.h>
#include <cppuhelper/interfacecontainer.h>
...
@@ -237,6 +237,7 @@ namespace connectivity
...
@@ -237,6 +237,7 @@ namespace connectivity
}
}
}
}
#endif // _CONNECTIVITY_OSUBCOMPONENT_HXX_
#endif // INCLUDED_DATABASE_DRIVERSKELETON_OSUBCOMPONENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef
_CONNECTIVITY_OTYPEINFO_HXX_
#ifndef
INCLUDED_DATABASE_DRIVERSKELETON_OTYPEINFO_HXX
#define
_CONNECTIVITY_OTYPEINFO_HXX_
#define
INCLUDED_DATABASE_DRIVERSKELETON_OTYPEINFO_HXX
#include <com/sun/star/sdbc/ColumnSearch.hpp>
#include <com/sun/star/sdbc/ColumnSearch.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
...
@@ -94,7 +94,7 @@ namespace connectivity
...
@@ -94,7 +94,7 @@ namespace connectivity
inline
::
rtl
::
OUString
getDBName
()
const
{
return
aTypeName
;
}
inline
::
rtl
::
OUString
getDBName
()
const
{
return
aTypeName
;
}
};
};
}
}
#endif // _CONNECTIVITY_OTYPEINFO_HXX_
#endif // INCLUDED_DATABASE_DRIVERSKELETON_OTYPEINFO_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef
CONNECTIVITY
_SCONNECTION_HXX
#ifndef
INCLUDED_DATABASE_DRIVERSKELETON
_SCONNECTION_HXX
#define
CONNECTIVITY
_SCONNECTION_HXX
#define
INCLUDED_DATABASE_DRIVERSKELETON
_SCONNECTION_HXX
#include <com/sun/star/sdbc/SQLWarning.hpp>
#include <com/sun/star/sdbc/SQLWarning.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
...
@@ -152,6 +152,7 @@ namespace connectivity
...
@@ -152,6 +152,7 @@ namespace connectivity
};
};
}
}
}
}
#endif // CONNECTIVITY_SCONNECTION_HXX
#endif // INCLUDED_DATABASE_DRIVERSKELETON_SCONNECTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/SDatabaseMetaData.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef
CONNECTIVITY
_SDATABASEMETADATA_HXX
#ifndef
INCLUDED_DATABASE_DRIVERSKELETON
_SDATABASEMETADATA_HXX
#define
CONNECTIVITY
_SDATABASEMETADATA_HXX
#define
INCLUDED_DATABASE_DRIVERSKELETON
_SDATABASEMETADATA_HXX
#include "SConnection.hxx"
#include "SConnection.hxx"
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
...
@@ -216,6 +216,6 @@ namespace connectivity
...
@@ -216,6 +216,6 @@ namespace connectivity
}
}
}
}
#endif //
CONNECTIVITY
_SDATABASEMETADATA_HXX
#endif //
INCLUDED_DATABASE_DRIVERSKELETON
_SDATABASEMETADATA_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/SDriver.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef
CONNECTIVITY
_SDRIVER_HXX
#ifndef
INCLUDED_DATABASE_DRIVERSKELETON
_SDRIVER_HXX
#define
CONNECTIVITY
_SDRIVER_HXX
#define
INCLUDED_DATABASE_DRIVERSKELETON
_SDRIVER_HXX
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
...
@@ -83,6 +83,6 @@ namespace connectivity
...
@@ -83,6 +83,6 @@ namespace connectivity
}
}
#endif //
CONNECTIVITY
_SDRIVER_HXX
#endif //
INCLUDED_DATABASE_DRIVERSKELETON
_SDRIVER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/SPreparedStatement.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,9 @@
...
@@ -33,8 +33,9 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef CONNECTIVITY_SPREPAREDSTATEMENT_HXX
#ifndef INCLUDED_DATABASE_DRIVERSKELETON_SPREPAREDSTATEMENT_HXX
#define CONNECTIVITY_SPREPAREDSTATEMENT_HXX
#define INCLUDED_DATABASE_DRIVERSKELETON_SPREPAREDSTATEMENT_HXX
#include "SStatement.hxx"
#include "SStatement.hxx"
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
#include <com/sun/star/sdbc/XParameters.hpp>
#include <com/sun/star/sdbc/XParameters.hpp>
...
@@ -144,6 +145,7 @@ namespace connectivity
...
@@ -144,6 +145,7 @@ namespace connectivity
};
};
}
}
}
}
#endif // CONNECTIVITY_SPREPAREDSTATEMENT_HXX
#endif // INCLUDED_DATABASE_DRIVERSKELETON_SPREPAREDSTATEMENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -216,6 +216,7 @@ namespace connectivity
...
@@ -216,6 +216,7 @@ namespace connectivity
};
};
}
}
}
}
#endif // CONNECTIVITY_SRESULTSET_HXX
#endif // CONNECTIVITY_SRESULTSET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef
CONNECTIVITY_SRESUL
SETMETADATA_HXX
#ifndef
INCLUDED_DATABASE_DRIVERSKELETON_SRESULT
SETMETADATA_HXX
#define
CONNECTIVITY_SRESUL
SETMETADATA_HXX
#define
INCLUDED_DATABASE_DRIVERSKELETON_SRESULT
SETMETADATA_HXX
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
...
@@ -88,6 +88,6 @@ namespace connectivity
...
@@ -88,6 +88,6 @@ namespace connectivity
}
}
}
}
#endif //
CONNECTIVITY_SRESUL
SETMETADATA_HXX
#endif //
INCLUDED_DATABASE_DRIVERSKELETON_SRESULT
SETMETADATA_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef
CONNECTIVITY
_SSTATEMENT_HXX
#ifndef
INCLUDED_DATABASE_DRIVERSKELETON
_SSTATEMENT_HXX
#define
CONNECTIVITY
_SSTATEMENT_HXX
#define
INCLUDED_DATABASE_DRIVERSKELETON
_SSTATEMENT_HXX
#include <com/sun/star/sdbc/XStatement.hpp>
#include <com/sun/star/sdbc/XStatement.hpp>
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
...
@@ -173,6 +173,7 @@ namespace connectivity
...
@@ -173,6 +173,7 @@ namespace connectivity
};
};
}
}
}
}
#endif // CONNECTIVITY_SSTATEMENT_HXX
#endif // INCLUDED_DATABASE_DRIVERSKELETON_SSTATEMENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/Database/DriverSkeleton/propertyids.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef
_CONNECTIVITY_PROPERTYIDS_HXX_
#ifndef
INCLUDED_DATABASE_DRIVERSKELETON_PROPERTYIDS_HXX
#define
_CONNECTIVITY_PROPERTYIDS_HXX_
#define
INCLUDED_DATABASE_DRIVERSKELETON_PROPERTYIDS_HXX
// this define has to be set to split the names into different dll's or so's
// 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
// every dll has his own set of property names
...
@@ -141,7 +141,6 @@ namespace skeleton
...
@@ -141,7 +141,6 @@ namespace skeleton
#define PROPERTY_ID_PRIVILEGES 50
#define PROPERTY_ID_PRIVILEGES 50
#endif // _CONNECTIVITY_PROPERTYIDS_HXX_
#endif // INCLUDED_DATABASE_DRIVERSKELETON_PROPERTYIDS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
*
*
*************************************************************************/
*************************************************************************/
#ifndef _FILTERDETECT_HXX
#ifndef
INCLUDED_OFFICEDEV_FILTERDEVELOPMENT_FLATXMLFILTERDETECTION
_FILTERDETECT_HXX
#define _FILTERDETECT_HXX
#define
INCLUDED_OFFICEDEV_FILTERDEVELOPMENT_FLATXMLFILTERDETECTION
_FILTERDETECT_HXX
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XFilter.hpp>
...
...
odk/examples/cpp/custompanel/ctp_factory.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SD_WORKBENCH
_CTP_FACTORY_HXX
#ifndef
INCLUDED_CUSTOMPANEL
_CTP_FACTORY_HXX
#define
SD_WORKBENCH
_CTP_FACTORY_HXX
#define
INCLUDED_CUSTOMPANEL
_CTP_FACTORY_HXX
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/ui/XUIElementFactory.hpp>
#include <com/sun/star/ui/XUIElementFactory.hpp>
...
@@ -69,6 +69,6 @@ namespace sd { namespace colortoolpanel
...
@@ -69,6 +69,6 @@ namespace sd { namespace colortoolpanel
}
}
// namespace sd::colortoolpanel
}
}
// namespace sd::colortoolpanel
#endif //
SD_WORKBENCH
_CTP_FACTORY_HXX
#endif //
INCLUDED_CUSTOMPANEL
_CTP_FACTORY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
odk/examples/cpp/custompanel/ctp_panel.hxx
Dosyayı görüntüle @
3b8402c7
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SD_WORKBENCH
_CTP_PANEL_HXX
#ifndef
INCLUDED_CUSTOMPANEL
_CTP_PANEL_HXX
#define
SD_WORKBENCH
_CTP_PANEL_HXX
#define
INCLUDED_CUSTOMPANEL
_CTP_PANEL_HXX
#include <com/sun/star/ui/XToolPanel.hpp>
#include <com/sun/star/ui/XToolPanel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
...
@@ -111,6 +111,6 @@ namespace sd { namespace colortoolpanel
...
@@ -111,6 +111,6 @@ namespace sd { namespace colortoolpanel
}
}
// namespace sd::colortoolpanel
}
}
// namespace sd::colortoolpanel
#endif //
SD_WORKBENCH
_CTP_PANEL_HXX
#endif //
INCLUDED_CUSTOMPANEL
_CTP_PANEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment