Lines Matching refs:sal_Bool

66 	sal_Bool		 			operator== ( const ScDPSaveMember& r ) const;
69 SC_DLLPUBLIC sal_Bool HasIsVisible() const;
70 SC_DLLPUBLIC void SetIsVisible(sal_Bool bSet);
71 sal_Bool GetIsVisible() const { return sal_Bool(nVisibleMode); } in GetIsVisible()
72 SC_DLLPUBLIC sal_Bool HasShowDetails() const;
73 SC_DLLPUBLIC void SetShowDetails(sal_Bool bSet);
74 sal_Bool GetShowDetails() const { return sal_Bool(nShowDetailsMode); } in GetShowDetails()
98 sal_Bool bIsDataLayout;
99 sal_Bool bDupFlag;
104 sal_Bool bSubTotalDefault; //! at level
119 ScDPSaveDimension(const String& rName, sal_Bool bDataLayout);
123 sal_Bool operator== ( const ScDPSaveDimension& r ) const;
128 void SetDupFlag(sal_Bool bSet) { bDupFlag = bSet; } in SetDupFlag()
129 sal_Bool GetDupFlag() const { return bDupFlag; } in GetDupFlag()
132 sal_Bool IsDataLayout() const { return bIsDataLayout; } in IsDataLayout()
141 void SetShowEmpty(sal_Bool bSet);
142 sal_Bool GetShowEmpty() const { return sal_Bool(nShowEmptyMode); } in GetShowEmpty()
167 sal_Bool HasCurrentPage() const;
198 sal_Bool bFilterButton; // not passed to DataPilotSource
199 sal_Bool bDrillDown; // not passed to DataPilotSource
218 sal_Bool operator== ( const ScDPSaveData& r ) const;
244 SC_DLLPUBLIC void SetColumnGrand( sal_Bool bSet );
245 sal_Bool GetColumnGrand() const { return sal_Bool(nColumnGrandMode); } in GetColumnGrand()
246 SC_DLLPUBLIC void SetRowGrand( sal_Bool bSet );
247 sal_Bool GetRowGrand() const { return sal_Bool(nRowGrandMode); } in GetRowGrand()
248 void SetIgnoreEmptyRows( sal_Bool bSet );
249 sal_Bool GetIgnoreEmptyRows() const { return sal_Bool(nIgnoreEmptyMode); } in GetIgnoreEmptyRows()
250 void SetRepeatIfEmpty( sal_Bool bSet );
251 sal_Bool GetRepeatIfEmpty() const { return sal_Bool(nRepeatEmptyMode); } in GetRepeatIfEmpty()
253 SC_DLLPUBLIC void SetFilterButton( sal_Bool bSet );
254 sal_Bool GetFilterButton() const { return bFilterButton; } in GetFilterButton()
255 SC_DLLPUBLIC void SetDrillDown( sal_Bool bSet );
256 sal_Bool GetDrillDown() const { return bDrillDown; } in GetDrillDown()
264 sal_Bool IsEmpty() const;