Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Deditstt2.hxx67 { return ( ( nControlBits & EE_CNTRL_ONECHARPERLINE ) != 0 ); } in OneCharPerLine()
H A Dediteng.cxx1764 ( nChanges & EE_CNTRL_ONECHARPERLINE ) || in SetControlWord()
/trunk/main/editeng/inc/editeng/
H A Deditstat.hxx37 #define EE_CNTRL_ONECHARPERLINE 0x00000080 // Ein Zeichen pro Zeile macro
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2410 nControl |= EE_CNTRL_ONECHARPERLINE; in DrawEdit()
2412 nControl &= ~EE_CNTRL_ONECHARPERLINE; in DrawEdit()
3157 nControl |= EE_CNTRL_ONECHARPERLINE; in DrawRotated()
3159 nControl &= ~EE_CNTRL_ONECHARPERLINE; in DrawRotated()
/trunk/main/svx/workben/
H A Dedittest.cxx1543 n = n | EE_CNTRL_ONECHARPERLINE; in KeyInput()

Completed in 67 milliseconds