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
875ec879
Kaydet (Commit)
875ec879
authored
Tem 30, 2017
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
janitorial
Change-Id: Icb8ec00635e42ac8a52e3a9d5ac360f11bf6e645
üst
2b1d6f0d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
queryfilter.cxx
dbaccess/source/ui/dlg/queryfilter.cxx
+1
-1
queryfilter.hxx
dbaccess/source/ui/inc/queryfilter.hxx
+2
-2
frm_strings.hxx
forms/source/inc/frm_strings.hxx
+1
-1
filtuno.cxx
sc/source/ui/unoobj/filtuno.cxx
+2
-1
No files found.
dbaccess/source/ui/dlg/queryfilter.cxx
Dosyayı görüntüle @
875ec879
...
...
@@ -267,7 +267,7 @@ sal_Int32 DlgFilterCrit::GetOSQLPredicateType( const OUString& _rSelectedPredica
return
nPredicateType
;
}
sal_Int32
DlgFilterCrit
::
GetSelectionPos
(
sal_Int32
eType
,
const
ListBox
&
rListBox
)
sal_Int32
DlgFilterCrit
::
GetSelectionPos
(
sal_Int32
eType
,
const
ListBox
&
rListBox
)
{
sal_Int32
nPos
;
switch
(
eType
)
...
...
dbaccess/source/ui/inc/queryfilter.hxx
Dosyayı görüntüle @
875ec879
...
...
@@ -97,8 +97,8 @@ namespace dbaui
void
SetLine
(
int
nIdx
,
const
css
::
beans
::
PropertyValue
&
_rItem
,
bool
_bOr
);
void
EnableLines
();
sal_Int32
GetOSQLPredicateType
(
const
OUString
&
_rSelectedPredicate
)
const
;
static
sal_Int32
GetSelectionPos
(
sal_Int32
eType
,
const
ListBox
&
rListBox
);
bool
getCondition
(
const
ListBox
&
_rField
,
const
ListBox
&
_rComp
,
const
Edit
&
_rValue
,
css
::
beans
::
PropertyValue
&
_rFilter
)
const
;
static
sal_Int32
GetSelectionPos
(
sal_Int32
eType
,
const
ListBox
&
rListBox
);
bool
getCondition
(
const
ListBox
&
_rField
,
const
ListBox
&
_rComp
,
const
Edit
&
_rValue
,
css
::
beans
::
PropertyValue
&
_rFilter
)
const
;
void
fillLines
(
int
&
i
,
const
css
::
uno
::
Sequence
<
css
::
uno
::
Sequence
<
css
::
beans
::
PropertyValue
>
>&
_aValues
);
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
getMatchingColumn
(
const
Edit
&
_rValueInput
)
const
;
...
...
forms/source/inc/frm_strings.hxx
Dosyayı görüntüle @
875ec879
...
...
@@ -48,7 +48,7 @@ namespace frm
#define PROPERTY_CYCLE "Cycle"
#define PROPERTY_CONTROLSOURCE "DataField"
#define PROPERTY_ENABLED "Enabled"
#define PROPERTY_ENABLEVISIBLE
"EnableVisible"
#define PROPERTY_ENABLEVISIBLE "EnableVisible"
#define PROPERTY_READONLY "ReadOnly"
#define PROPERTY_RELEVANT "Relevant"
#define PROPERTY_ISREADONLY "IsReadOnly"
...
...
sc/source/ui/unoobj/filtuno.cxx
Dosyayı görüntüle @
875ec879
...
...
@@ -278,7 +278,8 @@ sal_Int16 SAL_CALL ScFilterOptionsObj::execute()
switch
(
load_CharSet
(
eEncoding
,
bExport
,
pInStream
.
get
()))
{
case
charsetSource
:
:
charset_from_file
:
skipDialog
=
true
;
break
;
skipDialog
=
true
;
break
;
case
charsetSource
:
:
charset_from_user_setting
:
case
charsetSource
:
:
charset_default
:
break
;
...
...
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