summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlgimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/iodlgimp.hxx')
-rw-r--r--fpicker/source/office/iodlgimp.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx
index 87a6276b11..e4a5d72d7b 100644
--- a/fpicker/source/office/iodlgimp.hxx
+++ b/fpicker/source/office/iodlgimp.hxx
@@ -58,9 +58,9 @@ class SvUShorts;
// SvtFileDialogFilter_Impl
//*****************************************************************************
-/* [Beschreibung]
+/* [Description]
- Instanzen dieser Klasse repr"asentieren einen Filter
+ Instances of this class represent a filter.
*/
class SvtFileDialogFilter_Impl
@@ -231,21 +231,21 @@ public:
String _aStdDir;
- // beim traveln der Filterbox erst Zeitversetzt filtern
+ // delay filter when traveling the filterbox
Timer _aFilterTimer;
- // Zeigt der OpenHdl_Imp(), ob das Open durch einen Doppelclick ausgel"ost wurde
+ // shows OpenHdl_Imp() if the open was triggered by a double click
sal_Bool _bDoubleClick;
sal_Bool m_bNeedDelayedFilterExecute;
- // Liste mit den 5 zuletzt genutzten Filtern
- // Defaultfilter fuer <Alle> oder <Alle ...>
+ // list of the 5 most recently used filters
+ // Defaultfilter for <All> oder <All ...>
const SvtFileDialogFilter_Impl* _pDefaultFilter;
- // Multiselektion?
+ // MultiSelection?
sal_Bool _bMultiSelection;
- // Fixgr"ossen f"ur Resize merken
+ // remember fixsizes for resize
long _nFixDeltaHeight;
Size _a6Size;
Size _aDlgSize;
@@ -261,7 +261,7 @@ public:
inline const ::com::sun::star::uno::Sequence< ::rtl::OUString >& GetBlackList() const { return _aBlackList; }
void SetStandardDir( const String& _rDir );
inline const String& GetStandardDir() const { return _aStdDir; }
- inline void DisableFilterBoxAutoWidth() { _pLbFilter->EnableDDAutoWidth( FALSE ); }
+ inline void DisableFilterBoxAutoWidth() { _pLbFilter->EnableDDAutoWidth( sal_False ); }
// ------------------------------------------
// access to the filter listbox only as Control* - we want to maintain the entries/userdata ourself