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
f11b6927
Kaydet (Commit)
f11b6927
authored
Mar 28, 2011
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix Windows build of fpicker
üst
fe551ada
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
fpicker.cxx
fpicker/source/generic/fpicker.cxx
+7
-4
ODMAFilePicker.cxx
fpicker/source/odma/ODMAFilePicker.cxx
+2
-1
ODMAFolderPicker.cxx
fpicker/source/odma/ODMAFolderPicker.cxx
+1
-0
No files found.
fpicker/source/generic/fpicker.cxx
Dosyayı görüntüle @
f11b6927
...
@@ -34,15 +34,18 @@
...
@@ -34,15 +34,18 @@
#include "cppuhelper/implementationentry.hxx"
#include "cppuhelper/implementationentry.hxx"
#include "com/sun/star/lang/XMultiComponentFactory.hpp"
#include "com/sun/star/lang/XMultiComponentFactory.hpp"
#ifdef WNT
#include <odma_lib.hxx>
#endif
#include "svtools/miscopt.hxx"
#include "svtools/miscopt.hxx"
#include "svl/pickerhistoryaccess.hxx"
#include "svl/pickerhistoryaccess.hxx"
#include "vcl/svapp.hxx"
#include "vcl/svapp.hxx"
#ifdef WNT
#define GradientStyle_RECT BLA_GradientStyle_RECT
#include <windows.h>
#undef GradientStyle_RECT
#include <odma_lib.hxx>
#endif
namespace
css
=
com
::
sun
::
star
;
namespace
css
=
com
::
sun
::
star
;
using
css
::
uno
::
Reference
;
using
css
::
uno
::
Reference
;
...
...
fpicker/source/odma/ODMAFilePicker.cxx
Dosyayı görüntüle @
f11b6927
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -49,6 +49,7 @@
...
@@ -49,6 +49,7 @@
#include <unotools/ucbhelper.hxx>
#include <unotools/ucbhelper.hxx>
#ifndef ODMA_LIB_HXX
#ifndef ODMA_LIB_HXX
#include <windows.h>
#include <odma_lib.hxx>
#include <odma_lib.hxx>
#endif
#endif
...
...
fpicker/source/odma/ODMAFolderPicker.cxx
Dosyayı görüntüle @
f11b6927
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
#include <unotools/pathoptions.hxx>
#include <unotools/pathoptions.hxx>
#ifndef ODMA_LIB_HXX
#ifndef ODMA_LIB_HXX
#include <windows.h>
#include <odma_lib.hxx>
#include <odma_lib.hxx>
#endif
#endif
...
...
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