Home
last modified time | relevance | path

Searched refs:mbTab (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx6056mbTab ( sal_True ), // style sheets always have to get the right tabulator… in PPTParagraphObj()
6072 mbTab ( sal_False ), in PPTParagraphObj()
6093 if ( !mbTab ) in PPTParagraphObj()
6094 mbTab = mpPortionList[ i ]->HasTabulator(); in PPTParagraphObj()
6120 if ( !mbTab ) in AppendPortion()
6121 mbTab = mpPortionList[ mnPortionCount - 1 ]->HasTabulator(); in AppendPortion()
6567 if ( mbTab ) // makes it sense to apply tabsettings in ApplyTo()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx1051 … sal_Bool mbTab; // if true, this paragraph has tabulators in text member in PPTParagraphObj