Kaydet (Commit) 875ec879 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

janitorial

Change-Id: Icb8ec00635e42ac8a52e3a9d5ac360f11bf6e645
üst 2b1d6f0d
......@@ -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)
......
......@@ -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;
......
......@@ -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"
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment