Kaydet (Commit) a1c57dd8 authored tarafından Noel Grandin's avatar Noel Grandin

add comment about hacked sal_Bool param

Change-Id: I005c523765fbe530dfcb7755cef3081c24c6a734
üst 13d1a566
...@@ -158,6 +158,7 @@ public: ...@@ -158,6 +158,7 @@ public:
void Flush(); void Flush();
void Lock( bool bLock ); void Lock( bool bLock );
bool IsLocked( sal_uInt16 nSID = 0 ) const; bool IsLocked( sal_uInt16 nSID = 0 ) const;
// bEnable can be sal_True,sal_False, or 2(some kind of read-only override hack)
void SetSlotFilter( sal_Bool bEnable = sal_False, void SetSlotFilter( sal_Bool bEnable = sal_False,
sal_uInt16 nCount = 0, const sal_uInt16 *pSIDs = 0 ); sal_uInt16 nCount = 0, const sal_uInt16 *pSIDs = 0 );
...@@ -179,6 +180,7 @@ public: ...@@ -179,6 +180,7 @@ public:
bool bOwnShellsOnly, bool bModal, bool bRealSlot=true ); bool bOwnShellsOnly, bool bModal, bool bRealSlot=true );
SAL_DLLPRIVATE void SetReadOnly_Impl( bool bOn ); SAL_DLLPRIVATE void SetReadOnly_Impl( bool bOn );
SAL_DLLPRIVATE bool GetReadOnly_Impl() const; SAL_DLLPRIVATE bool GetReadOnly_Impl() const;
// bEnable can be sal_True,sal_False, or 2(some kind of read-only override hack)
SAL_DLLPRIVATE sal_Bool IsSlotEnabledByFilter_Impl( sal_uInt16 nSID ) const; SAL_DLLPRIVATE sal_Bool IsSlotEnabledByFilter_Impl( sal_uInt16 nSID ) const;
SAL_DLLPRIVATE void SetQuietMode_Impl( bool bOn ); SAL_DLLPRIVATE void SetQuietMode_Impl( bool bOn );
SAL_DLLPRIVATE bool IsReadOnlyShell_Impl( sal_uInt16 nShell ) const; SAL_DLLPRIVATE bool IsReadOnlyShell_Impl( sal_uInt16 nShell ) const;
......
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