Kaydet (Commit) c987467a authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS c06v2_SRC680 (1.7.422); FILE MERGED

2006/05/19 08:12:27 pb 1.7.422.1: fix: #135919# #135920# DetectHiddenControls() added
üst 524ec4f1
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: optsave.hxx,v $ * $RCSfile: optsave.hxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 21:49:06 $ * last change: $Author: rt $ $Date: 2006-07-26 09:09:45 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -83,6 +83,7 @@ private: ...@@ -83,6 +83,7 @@ private:
CheckBox aAutoSaveBtn; CheckBox aAutoSaveBtn;
NumericField aAutoSaveEdit; NumericField aAutoSaveEdit;
FixedText aMinuteText; FixedText aMinuteText;
CheckBox aNoPrettyPrintingBtn;
CheckBox aWarnAlienFormatBtn; CheckBox aWarnAlienFormatBtn;
FixedLine aRelBox; FixedLine aRelBox;
...@@ -100,12 +101,13 @@ private: ...@@ -100,12 +101,13 @@ private:
String sAlienMsg; String sAlienMsg;
SvxSaveTabPage_Impl* pImpl; SvxSaveTabPage_Impl* pImpl;
#ifdef _SVX_OPTSAVE_CXX #ifdef _SVX_OPTSAVE_CXX
DECL_LINK( AutoClickHdl_Impl, CheckBox * ); DECL_LINK( AutoClickHdl_Impl, CheckBox * );
DECL_LINK( FilterHdl_Impl, ListBox * ); DECL_LINK( FilterHdl_Impl, ListBox * );
bool AcceptFilter( USHORT nPos ); bool AcceptFilter( USHORT nPos );
void DetectHiddenControls();
#endif #endif
public: public:
...@@ -116,9 +118,7 @@ public: ...@@ -116,9 +118,7 @@ public:
virtual BOOL FillItemSet( SfxItemSet& rSet ); virtual BOOL FillItemSet( SfxItemSet& rSet );
virtual void Reset( const SfxItemSet& rSet ); virtual void Reset( const SfxItemSet& rSet );
}; };
#endif // #ifndef _SVX_OPTSAVE_HXX #endif // #ifndef _SVX_OPTSAVE_HXX
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