Searched refs:mbTab (Results 1 – 2 of 2) sorted by relevance
6057 …mbTab ( sal_True ), // style sheets always have to get the right tabulator… in PPTParagraphObj()6073 mbTab ( sal_False ), in PPTParagraphObj()6094 if ( !mbTab ) in PPTParagraphObj()6095 mbTab = mpPortionList[ i ]->HasTabulator(); in PPTParagraphObj()6121 if ( !mbTab ) in AppendPortion()6122 mbTab = mpPortionList[ mnPortionCount - 1 ]->HasTabulator(); in AppendPortion()6568 if ( mbTab ) // makes it sense to apply tabsettings in ApplyTo()
1051 … sal_Bool mbTab; // if true, this paragraph has tabulators in text member in PPTParagraphObj