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
48c6d8df
Kaydet (Commit)
48c6d8df
authored
Şub 08, 2011
tarafından
Guillaume Poussel
Kaydeden (comit)
Cédric Bosdonnat
Şub 08, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove few bogus comments.
üst
4d943063
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
48 deletions
+13
-48
flagsdef.hxx
svx/inc/flagsdef.hxx
+9
-9
imapwnd.hxx
svx/source/dialog/imapwnd.hxx
+0
-34
fmsrcimp.hxx
svx/source/inc/fmsrcimp.hxx
+3
-3
svdedxv.cxx
svx/source/svdraw/svdedxv.cxx
+1
-2
No files found.
svx/inc/flagsdef.hxx
Dosyayı görüntüle @
48c6d8df
...
...
@@ -30,22 +30,22 @@
// defines ---------------------------------------------------------------
//
CHINA001
copy from border.hxx
// copy from border.hxx
// Border-Modes for paragraphs, textframes and tables
#define SW_BORDER_MODE_PARA 0x01
#define SW_BORDER_MODE_TABLE 0x02
#define SW_BORDER_MODE_FRAME 0x04
//
CHINA001
flags for SvxBackgroundTabPage
// flags for SvxBackgroundTabPage
#define SVX_SHOW_SELECTOR 0x01
#define SVX_SHOW_PARACTL 0x02
#define SVX_ENABLE_TRANSPARENCY 0x04
#define SVX_SHOW_TBLCTL 0x08
//
CHINA001
flags for SvxBorderTabPage
// flags for SvxBorderTabPage
#define SVX_HIDESHADOWCTL 0x01
//
CHINA001
copy from chardlg.hxx
// copy from chardlg.hxx
#define DISABLE_CASEMAP ((USHORT)0x0001)
#define DISABLE_WORDLINE ((USHORT)0x0002)
#define DISABLE_BLINK ((USHORT)0x0004)
...
...
@@ -54,15 +54,15 @@
#define DISABLE_LANGUAGE ((USHORT)0x0010)
#define DISABLE_HIDE_LANGUAGE ((USHORT)0x0020)
//
CHINA001
flags for SvxCharBasePage's child class
// flags for SvxCharBasePage's child class
#define SVX_PREVIEW_CHARACTER 0x01
//
CHINA001
flags for SvxCharNamePage
// flags for SvxCharNamePage
#define SVX_RELATIVE_MODE 0x02
//
CHINA001
flags for SvxCharEffectsPage
// flags for SvxCharEffectsPage
#define SVX_ENABLE_FLASH 0x04
//
CHINA001
copy from numfmt.hxx
// copy from numfmt.hxx
#define SVX_NUMVAL_STANDARD -1234.12345678901234
#define SVX_NUMVAL_CURRENCY -1234
#define SVX_NUMVAL_PERCENT -0.1295
...
...
@@ -70,7 +70,7 @@
#define SVX_NUMVAL_DATE 36525.5678935185
#define SVX_NUMVAL_BOOLEAN 1
//
CHINA001
copy from page.hxx
// copy from page.hxx
// enum ------------------------------------------------------------------
enum
SvxModeType
...
...
svx/source/dialog/imapwnd.hxx
Dosyayı görüntüle @
48c6d8df
...
...
@@ -112,40 +112,6 @@ public:
};
/*************************************************************************
|*
|*
|*
\************************************************************************/
/* move to cui //CHINA001
class URLDlg : public ModalDialog
{
FixedLine aFlURL;
FixedText aFtURL1;
Edit aEdtURL;
FixedText aFtURLDescription;
Edit aEdtURLDescription;
FixedText aFtTarget;
ComboBox aCbbTargets;
FixedText aFtName;
Edit aEdtName;
OKButton aBtnOk;
CancelButton aBtnCancel;
public:
URLDlg( Window* pWindow,
const String& rURL, const String& rDescription,
const String& rTarget, const String& rName,
TargetList& rTargetList );
String GetURL() const { return aEdtURL.GetText(); }
String GetDescription() const { return aEdtURLDescription.GetText(); }
String GetTarget() const { return aCbbTargets.GetText(); }
String GetName() const { return aEdtName.GetText(); }
};
*/
/*************************************************************************
|*
|*
...
...
svx/source/inc/fmsrcimp.hxx
Dosyayı görüntüle @
48c6d8df
...
...
@@ -236,7 +236,7 @@ class SVX_DLLPUBLIC FmSearchEngine
sal_Bool
m_bCancelAsynchRequest
:
1
;
// soll abgebrochen werden ?
::
osl
::
Mutex
m_aCancelAsynchAccess
;
// Zugriff auf m_bCancelAsynchRequest (eigentlich nur bei
// m_eMode == SM_USETHREAD interesant)
FMSEARCH_MODE
m_eMode
;
//CHINA001 FmSearchDialog::SEARCH_MODE m_eMode;
// der aktuelle Modus
FMSEARCH_MODE
m_eMode
;
// der aktuelle Modus
// der aktuelle Modus
// Parameter fuer die Suche
...
...
@@ -319,13 +319,13 @@ public:
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sdbc
::
XResultSet
>&
xCursor
,
const
::
rtl
::
OUString
&
strVisibleFields
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
util
::
XNumberFormatsSupplier
>&
xFormat
,
FMSEARCH_MODE
eMode
);
//CHINA001 FmSearchDialog::SEARCH_MODE eMode);
FMSEARCH_MODE
eMode
);
FmSearchEngine
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
_rxORB
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sdbc
::
XResultSet
>&
xCursor
,
const
::
rtl
::
OUString
&
strVisibleFields
,
const
InterfaceArray
&
arrFields
,
FMSEARCH_MODE
eMode
);
//CHINA001 FmSearchDialog::SEARCH_MODE eMode);
FMSEARCH_MODE
eMode
);
virtual
~
FmSearchEngine
();
...
...
svx/source/svdraw/svdedxv.cxx
Dosyayı görüntüle @
48c6d8df
...
...
@@ -73,9 +73,8 @@
#include <editeng/outliner.hxx>
#include <editeng/adjitem.hxx>
// #98988#
#include <svtools/colorcfg.hxx>
#include <vcl/svapp.hxx>
//add CHINA001
#include <vcl/svapp.hxx>
#include <sdrpaintwindow.hxx>
////////////////////////////////////////////////////////////////////////////////////////////////////
...
...
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