Lines Matching refs:sal_Bool

53 sal_Bool SC_DLLPUBLIC ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
77 sal_Bool IsMerged() const { return nColMerge>1 || nRowMerge>1; } in IsMerged()
96 sal_Bool IsHorOverlapped() const { return ( GetValue() & SC_MF_HOR ) != 0; } in IsHorOverlapped()
97 sal_Bool IsVerOverlapped() const { return ( GetValue() & SC_MF_VER ) != 0; } in IsVerOverlapped()
98 sal_Bool IsOverlapped() const { return ( GetValue() & ( SC_MF_HOR | SC_MF_VER ) ) != 0; } in IsOverlapped()
100 sal_Bool HasAutoFilter() const { return ( GetValue() & SC_MF_AUTO ) != 0; } in HasAutoFilter()
101 sal_Bool HasButton() const { return ( GetValue() & SC_MF_BUTTON ) != 0; } in HasButton()
104 sal_Bool IsScenario() const { return ( GetValue() & SC_MF_SCENARIO ) != 0; } in IsScenario()
110 sal_Bool bProtection; // Zelle schuetzen
111 sal_Bool bHideFormula; // Formel nicht Anzeigen
112 sal_Bool bHideCell; // Zelle nicht Anzeigen
113 sal_Bool bHidePrint; // Zelle nicht Ausdrucken
117 ScProtectionAttr( sal_Bool bProtect,
118 sal_Bool bHFormula = sal_False,
119 sal_Bool bHCell = sal_False,
120 sal_Bool bHPrint = sal_False);
136 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
137 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
139 sal_Bool GetProtection() const { return bProtection; } in GetProtection()
140 sal_Bool SetProtection( sal_Bool bProtect);
141 sal_Bool GetHideFormula() const { return bHideFormula; } in GetHideFormula()
142 sal_Bool SetHideFormula( sal_Bool bHFormula);
143 sal_Bool GetHideCell() const { return bHideCell; } in GetHideCell()
144 sal_Bool SetHideCell( sal_Bool bHCell);
145 sal_Bool GetHidePrint() const { return bHidePrint; } in GetHidePrint()
146 sal_Bool SetHidePrint( sal_Bool bHPrint);
281 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
282 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
387 …virtual sal_Bool QueryValue( ::com::sun::star::uno::Any& rAny, sal_uInt8 nMemberId …
388 …virtual sal_Bool PutValue( const ::com::sun::star::uno::Any& rAny, sal_uInt8 nMembe…