Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx6057mbTab ( 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()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx1051 … sal_Bool mbTab; // if true, this paragraph has tabulators in text member in PPTParagraphObj