Home
last modified time | relevance | path

Searched refs:L_Line (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMsWrdText.cxx275 enum Type { L_Line, L_Cell, L_LastLineCell, L_LastRowCell }; enumerator
278 : m_type(L_Line) in Line()
1305 line.m_type=MsWrdTextInternal::Line::L_Line; in prepareLines()
1320 if (line.m_type==MsWrdTextInternal::Line::L_Line) in convertFilePLCPos()
1433 MsWrdTextInternal::Line::Type lineType=MsWrdTextInternal::Line::L_Line; in prepareParagraphProperties()
1444 lineType=MsWrdTextInternal::Line::L_Line; in prepareParagraphProperties()
1511 if (inTable && line.m_type==MsWrdTextInternal::Line::L_Line) in prepareParagraphProperties()
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlprint.adb1830 L_Line : Natural;
1833 Location_To_Coord (Loc, L_File, L_Pos, L_Line, L_Off);
1836 Put_Nat (L_Line);
/dports/science/mcstas-comps/mcstas-comps-2.5-src/libs/cif2hkl/
H A Dcif2hkl.F907105 Integer :: L_Line ! true length of data line local
7196 Call TreatMCharField(iFld,aLine,L_Line,nC_L,nCar)
7225 if (nC_L >= L_Line) ifSearchEnd = .true.
9188 Subroutine TreatMCharField(iFld,aLine,L_Line,nC_L,nC_X) argument
9192 Integer, intent(in) :: L_Line local
9205 if (nC_L >= L_Line) return
9222 if (nC_L >= L_Line) return ! end of line
9238 if (nC_L < L_Line .and. nCar < (iFld-48)) then
9276 Subroutine TreatNumerField(iFld,aLine,L_Line,nC_L,nCar) argument
9301 if (nC_L <= L_Line) then
[all …]