Lines Matching refs:sal_Bool

59 void Outliner::SetUpdateMode( sal_Bool bUpdate )  in SetUpdateMode()
66 sal_Bool Outliner::GetUpdateMode() const in GetUpdateMode()
78 void Outliner::EnableUndo( sal_Bool bEnable ) in EnableUndo()
84 sal_Bool Outliner::IsUndoEnabled() const in IsUndoEnabled()
121 sal_Bool Outliner::IsModified() const in IsModified()
187 sal_Bool Outliner::IsFlatMode() const in IsFlatMode()
193 sal_Bool Outliner::UpdateFields() in UpdateFields()
199 void Outliner::RemoveFields( sal_Bool bKeepFieldText, TypeId aType ) in RemoveFields()
302 sal_Bool Outliner::IsExpanded( Paragraph* pPara ) const in IsExpanded()
350 sal_Bool Outliner::IsInSelectionMode() const in IsInSelectionMode()
380 void Outliner::SetKernAsianPunctuation( sal_Bool b ) in SetKernAsianPunctuation()
386 sal_Bool Outliner::IsKernAsianPunctuation() const in IsKernAsianPunctuation()
392 void Outliner::SetAddExtLeading( sal_Bool bExtLeading ) in SetAddExtLeading()
398 sal_Bool Outliner::IsAddExtLeading() const in IsAddExtLeading()
424 sal_Bool Outliner::IsInUndo() in IsInUndo()
460 sal_Bool Outliner::HasConvertibleTextPortion( LanguageType nLang ) in HasConvertibleTextPortion()
466 sal_Bool Outliner::ConvertNextDocument() in ConvertNextDocument()
484 sal_Bool Outliner::HasOnlineSpellErrors() const in HasOnlineSpellErrors()
496 sal_Bool Outliner::HasText( const SvxSearchItem& rSearchItem ) in HasText()
514 sal_Bool Outliner::SpellNextDocument() in SpellNextDocument()
587 sal_Bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ) in IsTextPos()
592 sal_Bool Outliner::IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, sal_Bool* pbBullet ) in IsTextPos()
597 sal_Bool bTextPos = pEditEngine->IsTextPos( rPaperPos, nBorder ); in IsTextPos()
649 void Outliner::QuickFormatDoc( sal_Bool bFull ) in QuickFormatDoc()
692 sal_Bool Outliner::ShouldCreateBigTextObject() const in ShouldCreateBigTextObject()
698 void Outliner::SetVertical( sal_Bool b ) in SetVertical()
704 sal_Bool Outliner::IsVertical() const in IsVertical()
710 void Outliner::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight()
716 sal_Bool Outliner::IsFixedCellHeight() const in IsFixedCellHeight()
746 void Outliner::RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16… in RemoveAttribs()
752 void Outliner::EnableAutoColor( sal_Bool b ) in EnableAutoColor()
758 sal_Bool Outliner::IsAutoColorEnabled() const in IsAutoColorEnabled()
764 void Outliner::ForceAutoColor( sal_Bool b ) in ForceAutoColor()
770 sal_Bool Outliner::IsForceAutoColor() const in IsForceAutoColor()
778 void Outliner::StartSpelling(EditView& rEditView, sal_Bool bMultipleDoc) in StartSpelling()