Home
last modified time | relevance | path

Searched refs:IsHyphen (Results 1 – 12 of 12) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dhyznitem.hxx76 inline sal_Bool IsHyphen() const { return bHyphen; } in IsHyphen() function in SvxHyphenZoneItem
92 bHyphen = rNew.IsHyphen(); in operator =()
H A Dsplwrap.hxx110 inline sal_Bool IsHyphen(){ return bHyphen; } // Trennen statt Spellen in IsHyphen() function in SvxSpellWrapper
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx477 if( !IsHyphen() && bIsSpellSpecial && HasOtherCnt() ) in SpellNext()
499 sal_Bool bDontWrapAround = IsHyphen() ? in SpellNext()
/trunk/main/svl/inc/svl/
H A Dlngmisc.hxx44 inline sal_Bool IsHyphen( sal_Unicode cChar ) in IsHyphen() function
/trunk/main/linguistic/source/
H A Dmisc.cxx610 sal_Bool bSkip = IsHyphen( cChar ) || IsControlChar( cChar ); in GetOrigWordPos()
628 sal_Bool bSkip = IsHyphen( cChar ) || IsControlChar( cChar ); in GetPosInWordToCheck()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx863 rStrm << (sal_Int8) IsHyphen() in Store()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1407 sal_Bool bAuto = bAutoHyphen || rAttr.IsHyphen(); in InitHyph()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx1644 bIsHyphen = rHyphen.IsHyphen(); in Reset()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2904 FSNS( XML_w, XML_val ), rHyphenZone.IsHyphen( ) ? "false" : "true" , in ParaHyphenZone()
H A Drtfattributeoutput.cxx2670 sal_Int32 nFlags = rHyphenZone.IsHyphen() ? 1 : 0; in ParaHyphenZone()
H A Dwrtww8.cxx3319 pDop->fAutoHyphen = ((const SvxHyphenZoneItem*)pItem)->IsHyphen(); in ExportDocument_Impl()
H A Dww8atr.cxx3062 m_rWW8Export.pO->Insert( rHyphenZone.IsHyphen() ? 0 : 1, m_rWW8Export.pO->Count() ); in ParaHyphenZone()

Completed in 133 milliseconds