Home
last modified time | relevance | path

Searched refs:bHangingPunctuation (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/editeng/source/editeng/
H A Deditdoc.hxx456 sal_Bool bHangingPunctuation; member in EditLine
501 void SetHangingPunctuation( sal_Bool b ) { bHangingPunctuation = b; } in SetHangingPunctuation()
502 sal_Bool IsHangingPunctuation() const { return bHangingPunctuation; } in IsHangingPunctuation()
H A Deditdoc.cxx417 bHangingPunctuation = sal_False; in EditLine()
429 bHangingPunctuation = r.bHangingPunctuation; in EditLine()
H A Dimpedit3.cxx1775 sal_Bool bHangingPunctuation = sal_False; in ImpBreakLine() local
1843 bHangingPunctuation = ( nBreakPos > nMaxBreakPos ) ? sal_True : sal_False; in ImpBreakLine()
1844 pLine->SetHangingPunctuation( bHangingPunctuation ); in ImpBreakLine()
1853 if ( !bHangingPunctuation && bCanHyphenate && GetHyphenator().is() ) in ImpBreakLine()
1959 if ( !bCompressBlank && !bHangingPunctuation ) in ImpBreakLine()
1969 if ( bCompressBlank || bHangingPunctuation ) in ImpBreakLine()
/aoo41x/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx631 sal_Bool bHangingPunctuation; member
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx4425 if ( rTxPFStyle.bHangingPunctuation ) in PPTStyleSheet()
4612 if ( rTxPFStyle.bHangingPunctuation ) in PPTStyleSheet()
4983 bHangingPunctuation ( sal_False ), in PPTTextParagraphStyleAtomInterpreter()
5034 bHangingPunctuation = ( nDummy16 & 4 ) == 4; in Read()

Completed in 124 milliseconds