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
09186fce
Kaydet (Commit)
09186fce
authored
Kas 24, 2014
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unotools: Internalize ucblockbytes.hxx header
Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581
üst
ed30f633
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
7 additions
and
11 deletions
+7
-11
FTable.cxx
connectivity/source/drivers/file/FTable.cxx
+1
-2
precompiled_frm.hxx
forms/inc/pch/precompiled_frm.hxx
+0
-1
DatabaseForm.cxx
forms/source/component/DatabaseForm.cxx
+1
-1
ImageControl.cxx
forms/source/component/ImageControl.cxx
+0
-1
precompiled_sfx.hxx
sfx2/inc/pch/precompiled_sfx.hxx
+0
-1
docfile.cxx
sfx2/source/doc/docfile.cxx
+1
-1
ucblockbytes.cxx
unotools/source/ucbhelper/ucblockbytes.cxx
+2
-1
ucblockbytes.hxx
unotools/source/ucbhelper/ucblockbytes.hxx
+1
-2
ucbstreamhelper.cxx
unotools/source/ucbhelper/ucbstreamhelper.cxx
+1
-1
No files found.
connectivity/source/drivers/file/FTable.cxx
Dosyayı görüntüle @
09186fce
...
...
@@ -204,8 +204,7 @@ void OFileTable::dropColumn(sal_Int32 /*_nPos*/)
SvStream
*
OFileTable
::
createStream_simpleError
(
const
OUString
&
_rFileName
,
StreamMode
_eOpenMode
)
{
utl
::
UcbLockBytesHandler
*
p_null_dummy
=
NULL
;
SvStream
*
pReturn
=
::
utl
::
UcbStreamHelper
::
CreateStream
(
_rFileName
,
_eOpenMode
,
(
_eOpenMode
&
STREAM_NOCREATE
)
==
STREAM_NOCREATE
,
p_null_dummy
);
SvStream
*
pReturn
=
::
utl
::
UcbStreamHelper
::
CreateStream
(
_rFileName
,
_eOpenMode
,
(
_eOpenMode
&
STREAM_NOCREATE
)
==
STREAM_NOCREATE
);
if
(
pReturn
&&
(
ERRCODE_NONE
!=
pReturn
->
GetErrorCode
()))
{
delete
pReturn
;
...
...
forms/inc/pch/precompiled_frm.hxx
Dosyayı görüntüle @
09186fce
...
...
@@ -347,7 +347,6 @@
#include <unotools/streamhelper.hxx>
#include <unotools/syslocale.hxx>
#include <unotools/textsearch.hxx>
#include <unotools/ucblockbytes.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/cvtgrf.hxx>
...
...
forms/source/component/DatabaseForm.cxx
Dosyayı görüntüle @
09186fce
...
...
@@ -70,12 +70,12 @@
#include <rtl/math.hxx>
#include <rtl/tencinfo.h>
#include <svl/inettype.hxx>
#include <tools/datetime.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <tools/inetmsg.hxx>
#include <tools/inetstrm.hxx>
#include <tools/urlobj.hxx>
#include <unotools/ucblockbytes.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <vcl/svapp.hxx>
#include <vcl/timer.hxx>
...
...
forms/source/component/ImageControl.cxx
Dosyayı görüntüle @
09186fce
...
...
@@ -26,7 +26,6 @@
#include "componenttools.hxx"
#include <svtools/imageresourceaccess.hxx>
#include <unotools/ucblockbytes.hxx>
#include <sfx2/filedlghelper.hxx>
#include <com/sun/star/awt/PopupMenu.hpp>
#include <com/sun/star/awt/XPopupMenu.hpp>
...
...
sfx2/inc/pch/precompiled_sfx.hxx
Dosyayı görüntüle @
09186fce
...
...
@@ -739,7 +739,6 @@
#include <unotools/syslocaleoptions.hxx>
#include <unotools/tempfile.hxx>
#include <unotools/ucbhelper.hxx>
#include <unotools/ucblockbytes.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <unotools/useroptions.hxx>
#include <unotools/viewoptions.hxx>
...
...
sfx2/source/doc/docfile.cxx
Dosyayı görüntüle @
09186fce
...
...
@@ -88,8 +88,8 @@
#include <comphelper/storagehelper.hxx>
#include <unotools/mediadescriptor.hxx>
#include <comphelper/docpasswordhelper.hxx>
#include <tools/datetime.hxx>
#include <tools/inetmime.hxx>
#include <unotools/ucblockbytes.hxx>
#include <unotools/pathoptions.hxx>
#include <svtools/asynclink.hxx>
#include <svl/inettype.hxx>
...
...
unotools/source/ucbhelper/ucblockbytes.cxx
Dosyayı görüntüle @
09186fce
...
...
@@ -17,8 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <ucblockbytes.hxx>
#include <sal/macros.h>
#include <unotools/ucblockbytes.hxx>
#include <comphelper/processfactory.hxx>
#include <salhelper/condition.hxx>
#include <osl/thread.hxx>
...
...
include/unotools
/ucblockbytes.hxx
→
unotools/source/ucbhelper
/ucblockbytes.hxx
Dosyayı görüntüle @
09186fce
...
...
@@ -23,7 +23,6 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/ucb/XContent.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <unotools/unotoolsdllapi.h>
#include <osl/thread.hxx>
#include <osl/conditn.hxx>
...
...
@@ -90,7 +89,7 @@ public:
typedef
tools
::
SvRef
<
UcbLockBytesHandler
>
UcbLockBytesHandlerRef
;
class
U
NOTOOLS_DLLPUBLIC
U
cbLockBytes
:
public
virtual
SvLockBytes
class
UcbLockBytes
:
public
virtual
SvLockBytes
{
osl
::
Condition
m_aInitialized
;
osl
::
Condition
m_aTerminated
;
...
...
unotools/source/ucbhelper/ucbstreamhelper.cxx
Dosyayı görüntüle @
09186fce
...
...
@@ -18,7 +18,6 @@
*/
#include <rtl/ustring.hxx>
#include <unotools/ucblockbytes.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
...
...
@@ -29,6 +28,7 @@
#include <ucbhelper/content.hxx>
#include <unotools/streamwrap.hxx>
#include <ucblockbytes.hxx>
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
io
;
...
...
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