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
dd215277
Kaydet (Commit)
dd215277
authored
Eyl 21, 2010
tarafından
Frank Schoenheit [fs]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
dba34a: merged latest changes from CWS dba33j
üst
6878e6bb
489c748f
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
24 additions
and
21 deletions
+24
-21
mysqlc_connection.cxx
mysqlc/source/mysqlc_connection.cxx
+2
-2
mysqlc_connection.hxx
mysqlc/source/mysqlc_connection.hxx
+2
-2
mysqlc_databasemetadata.cxx
mysqlc/source/mysqlc_databasemetadata.cxx
+2
-2
mysqlc_databasemetadata.hxx
mysqlc/source/mysqlc_databasemetadata.hxx
+2
-2
mysqlc_driver.cxx
mysqlc/source/mysqlc_driver.cxx
+2
-3
mysqlc_driver.hxx
mysqlc/source/mysqlc_driver.hxx
+2
-2
mysqlc_general.hxx
mysqlc/source/mysqlc_general.hxx
+2
-2
mysqlc_preparedstatement.hxx
mysqlc/source/mysqlc_preparedstatement.hxx
+2
-2
mysqlc_resultsetmetadata.hxx
mysqlc/source/mysqlc_resultsetmetadata.hxx
+2
-2
mysqlc_statement.hxx
mysqlc/source/mysqlc_statement.hxx
+2
-2
PresenterController.cxx
sdext/source/presenter/PresenterController.cxx
+2
-0
PresenterTextView.cxx
sdext/source/presenter/PresenterTextView.cxx
+2
-0
No files found.
mysqlc/source/mysqlc_connection.cxx
Dosyayı görüntüle @
dd215277
...
@@ -35,13 +35,13 @@
...
@@ -35,13 +35,13 @@
#include "mysqlc_preparedstatement.hxx"
#include "mysqlc_preparedstatement.hxx"
#include "mysqlc_general.hxx"
#include "mysqlc_general.hxx"
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/driver.h>
#include <cppconn/driver.h>
#include <cppconn/connection.h>
#include <cppconn/connection.h>
#include <cppconn/statement.h>
#include <cppconn/statement.h>
#include <cppconn/metadata.h>
#include <cppconn/metadata.h>
#include <cppconn/exception.h>
#include <cppconn/exception.h>
#include <
tools/
postextstl.h>
#include <postextstl.h>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
...
...
mysqlc/source/mysqlc_connection.hxx
Dosyayı görüntüle @
dd215277
...
@@ -46,9 +46,9 @@
...
@@ -46,9 +46,9 @@
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/util/XStringSubstitution.hpp>
#include <com/sun/star/util/XStringSubstitution.hpp>
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/driver.h>
#include <cppconn/driver.h>
#include <
tools/
postextstl.h>
#include <postextstl.h>
#include <cppuhelper/compbase3.hxx>
#include <cppuhelper/compbase3.hxx>
#include <cppuhelper/weakref.hxx>
#include <cppuhelper/weakref.hxx>
#include <rtl/string.hxx>
#include <rtl/string.hxx>
...
...
mysqlc/source/mysqlc_databasemetadata.cxx
Dosyayı görüntüle @
dd215277
...
@@ -54,13 +54,13 @@ using namespace com::sun::star::sdbc;
...
@@ -54,13 +54,13 @@ using namespace com::sun::star::sdbc;
using
::
rtl
::
OUString
;
using
::
rtl
::
OUString
;
using
mysqlc_sdbc_driver
::
getStringFromAny
;
using
mysqlc_sdbc_driver
::
getStringFromAny
;
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/connection.h>
#include <cppconn/connection.h>
#include <cppconn/resultset.h>
#include <cppconn/resultset.h>
#include <cppconn/metadata.h>
#include <cppconn/metadata.h>
#include <cppconn/statement.h>
#include <cppconn/statement.h>
#include <cppconn/prepared_statement.h>
#include <cppconn/prepared_statement.h>
#include <
tools/
postextstl.h>
#include <postextstl.h>
static
ext_std
::
string
wild
(
"%"
);
static
ext_std
::
string
wild
(
"%"
);
...
...
mysqlc/source/mysqlc_databasemetadata.hxx
Dosyayı görüntüle @
dd215277
...
@@ -39,9 +39,9 @@
...
@@ -39,9 +39,9 @@
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#endif
#endif
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/metadata.h>
#include <cppconn/metadata.h>
#include <
tools/
postextstl.h>
#include <postextstl.h>
namespace
connectivity
namespace
connectivity
{
{
...
...
mysqlc/source/mysqlc_driver.cxx
Dosyayı görüntüle @
dd215277
...
@@ -38,13 +38,12 @@ using namespace connectivity::mysqlc;
...
@@ -38,13 +38,12 @@ using namespace connectivity::mysqlc;
using
::
rtl
::
OUString
;
using
::
rtl
::
OUString
;
#include <stdio.h>
#include <stdio.h>
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/exception.h>
#include <cppconn/exception.h>
#ifdef SYSTEM_MYSQL_CPPCONN
#ifdef SYSTEM_MYSQL_CPPCONN
#include <mysql_driver.h>
#include <mysql_driver.h>
#endif
#endif
#include <
tools/
postextstl.h>
#include <postextstl.h>
/* {{{ MysqlCDriver::MysqlCDriver() -I- */
/* {{{ MysqlCDriver::MysqlCDriver() -I- */
...
...
mysqlc/source/mysqlc_driver.hxx
Dosyayı görüntüle @
dd215277
...
@@ -36,9 +36,9 @@
...
@@ -36,9 +36,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/compbase2.hxx>
#include <cppuhelper/compbase2.hxx>
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/driver.h>
#include <cppconn/driver.h>
#include <
tools/
postextstl.h>
#include <postextstl.h>
#include <osl/module.h>
#include <osl/module.h>
namespace
connectivity
namespace
connectivity
...
...
mysqlc/source/mysqlc_general.hxx
Dosyayı görüntüle @
dd215277
...
@@ -33,9 +33,9 @@
...
@@ -33,9 +33,9 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/exception.h>
#include <cppconn/exception.h>
#include <
tools/
postextstl.h>
#include <postextstl.h>
namespace
mysqlc_sdbc_driver
namespace
mysqlc_sdbc_driver
{
{
...
...
mysqlc/source/mysqlc_preparedstatement.hxx
Dosyayı görüntüle @
dd215277
...
@@ -48,9 +48,9 @@
...
@@ -48,9 +48,9 @@
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#endif
#endif
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/prepared_statement.h>
#include <cppconn/prepared_statement.h>
#include <
tools/
postextstl.h>
#include <postextstl.h>
namespace
connectivity
namespace
connectivity
{
{
...
...
mysqlc/source/mysqlc_resultsetmetadata.hxx
Dosyayı görüntüle @
dd215277
...
@@ -35,9 +35,9 @@
...
@@ -35,9 +35,9 @@
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/resultset_metadata.h>
#include <cppconn/resultset_metadata.h>
#include <
tools/
postextstl.h>
#include <postextstl.h>
namespace
connectivity
namespace
connectivity
{
{
...
...
mysqlc/source/mysqlc_statement.hxx
Dosyayı görüntüle @
dd215277
...
@@ -13,9 +13,9 @@
...
@@ -13,9 +13,9 @@
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/util/XCancellable.hpp>
#include <com/sun/star/util/XCancellable.hpp>
#include <
tools/
preextstl.h>
#include <preextstl.h>
#include <cppconn/statement.h>
#include <cppconn/statement.h>
#include <
tools/
postextstl.h>
#include <postextstl.h>
#include <cppuhelper/compbase5.hxx>
#include <cppuhelper/compbase5.hxx>
#include <list>
#include <list>
...
...
sdext/source/presenter/PresenterController.cxx
Dosyayı görüntüle @
dd215277
...
@@ -1085,10 +1085,12 @@ void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent)
...
@@ -1085,10 +1085,12 @@ void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent)
case
awt
:
:
Key
::
F1
:
case
awt
:
:
Key
::
F1
:
// Toggle the help view.
// Toggle the help view.
if
(
mpWindowManager
.
get
()
!=
NULL
)
if
(
mpWindowManager
.
get
()
!=
NULL
)
{
if
(
mpWindowManager
->
GetViewMode
()
!=
PresenterWindowManager
::
VM_Help
)
if
(
mpWindowManager
->
GetViewMode
()
!=
PresenterWindowManager
::
VM_Help
)
mpWindowManager
->
SetViewMode
(
PresenterWindowManager
::
VM_Help
);
mpWindowManager
->
SetViewMode
(
PresenterWindowManager
::
VM_Help
);
else
else
mpWindowManager
->
SetHelpViewState
(
false
);
mpWindowManager
->
SetHelpViewState
(
false
);
}
break
;
break
;
...
...
sdext/source/presenter/PresenterTextView.cxx
Dosyayı görüntüle @
dd215277
...
@@ -380,10 +380,12 @@ void PresenterTextView::MoveCaret (
...
@@ -380,10 +380,12 @@ void PresenterTextView::MoveCaret (
// the previous or the start of the next paragraph.
// the previous or the start of the next paragraph.
pParagraph
=
GetParagraph
(
nParagraphIndex
);
pParagraph
=
GetParagraph
(
nParagraphIndex
);
if
(
pParagraph
)
if
(
pParagraph
)
{
if
(
nDistance
<
0
)
if
(
nDistance
<
0
)
nCharacterIndex
=
pParagraph
->
GetCharacterCount
();
nCharacterIndex
=
pParagraph
->
GetCharacterCount
();
else
else
nCharacterIndex
=
0
;
nCharacterIndex
=
0
;
}
}
}
}
}
else
else
...
...
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