Home
last modified time | relevance | path

Searched refs:aLine (Results 1 – 25 of 1478) sorted by relevance

12345678910>>...60

/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dscanner.cxx106 if(nCol < aLine.getLength() && aLine[nCol] == ':') in DoesColonFollow()
144 …while(nCol < aLine.getLength() && (BasicCharClass::isAlphaNumeric(aLine[nCol], bCompatible) || aLi… in scanAlphanumeric()
248 if(nCol < aLine.getLength() && aLine[nCol] == '#') in NextSym()
270 …if(nCol < aLine.getLength() && (BasicCharClass::isAlpha(aLine[nCol], bCompatible) || aLine[nCol] =… in NextSym()
273 if(nCol + 1 == aLine.getLength() && aLine[nCol] == '_') in NextSym()
290 if (nCol == aLine.getLength() && aLine[nCol - 1] == '_') in NextSym()
322 … (nCol + 1 < aLine.getLength() && aLine[nCol] == '.' && rtl::isAsciiDigit(aLine[nCol + 1]))) in NextSym()
355 … if (nCol + 1 < aLine.getLength() && (aLine[nCol+1] == '+' || aLine[nCol+1] == '-')) in NextSym()
441 else if(aLine.getLength() - nCol > 1 && aLine[nCol] == '&') in NextSym()
486 if(nCol < aLine.getLength() && aLine[nCol] == '&') in NextSym()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dscanner.cxx108 if(nCol < aLine.getLength() && aLine[nCol] == ':') in DoesColonFollow()
146 …while(nCol < aLine.getLength() && (BasicCharClass::isAlphaNumeric(aLine[nCol], bCompatible) || aLi… in scanAlphanumeric()
250 if(nCol < aLine.getLength() && aLine[nCol] == '#') in NextSym()
272 …if(nCol < aLine.getLength() && (BasicCharClass::isAlpha(aLine[nCol], bCompatible) || aLine[nCol] =… in NextSym()
275 if(nCol + 1 == aLine.getLength() && aLine[nCol] == '_') in NextSym()
291 if (nCol == aLine.getLength() && aLine[nCol - 1] == '_') in NextSym()
298 else if((nCol >= aLine.getLength() || aLine[nCol] != '!') || in NextSym()
316 … (nCol + 1 < aLine.getLength() && aLine[nCol] == '.' && rtl::isAsciiDigit(aLine[nCol + 1]))) in NextSym()
349 … if (nCol + 1 < aLine.getLength() && (aLine[nCol+1] == '+' || aLine[nCol+1] == '-')) in NextSym()
440 else if(aLine.getLength() - nCol > 1 && aLine[nCol] == '&') in NextSym()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/printer/
H A Djobdata.cxx126 OStringBuffer aLine; in getStreamBuffer() local
128 aLine.append("printer="); in getStreamBuffer()
132 aLine.append("orientation="); in getStreamBuffer()
139 aLine.append("copies="); in getStreamBuffer()
152 aLine.append(','); in getStreamBuffer()
154 aLine.append(','); in getStreamBuffer()
156 aLine.append(','); in getStreamBuffer()
160 aLine.append("colordepth="); in getStreamBuffer()
164 aLine.append("pslevel="); in getStreamBuffer()
168 aLine.append("pdfdevice="); in getStreamBuffer()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/printer/
H A Djobdata.cxx126 OStringBuffer aLine; in getStreamBuffer() local
128 aLine.append("printer="); in getStreamBuffer()
132 aLine.append("orientation="); in getStreamBuffer()
139 aLine.append("copies="); in getStreamBuffer()
152 aLine.append(','); in getStreamBuffer()
154 aLine.append(','); in getStreamBuffer()
156 aLine.append(','); in getStreamBuffer()
160 aLine.append("colordepth="); in getStreamBuffer()
164 aLine.append("pslevel="); in getStreamBuffer()
168 aLine.append("pdfdevice="); in getStreamBuffer()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1667 writeBuffer( aLine.getStr(), aLine.getLength() ); in emitComment()
6424 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawLayout()
6520 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawLayout()
6663 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawText()
6775 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawText()
6793 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawLine()
7300 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawTextLine()
7324 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawPolygon()
7349 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawPolyPolygon()
7413 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawTransparent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1545 writeBuffer( aLine.getStr(), aLine.getLength() ); in emitComment()
6298 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawLayout()
6394 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawLayout()
6537 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawText()
6648 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawText()
6666 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawLine()
7173 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawTextLine()
7197 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawPolygon()
7222 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawPolyPolygon()
7286 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawTransparent()
[all …]
H A Dpdfobjectcopier.cxx98 OStringBuffer aLine; in copyExternalResource() local
99 aLine.append(nObject); in copyExternalResource()
100 aLine.append(" 0 obj\n"); in copyExternalResource()
104 aLine.append("<< "); in copyExternalResource()
113 aLine.append("/"); in copyExternalResource()
115 aLine.append(" "); in copyExternalResource()
119 aLine.append(" >>\n"); in copyExternalResource()
132 aLine.append("[ "); in copyExternalResource()
145 aLine.append("]\n"); in copyExternalResource()
152 aLine.append("\n"); in copyExternalResource()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dfrminf.cxx119 aLine.GetCharRect( &aRect, nChar ); in GetCharPos()
165 if( aLine.GetCurr()->GetLen() ) in GetSpaces()
171 AddRange( rRanges, aLine.GetStart(), nPos - aLine.GetStart() ); in GetSpaces()
175 if( aLine.GetNext() ) in GetSpaces()
182 aLine.GetInfo().GetChar(aLine.GetEnd() - TextFrameIndex(1)) in GetSpaces()
190 while( aLine.Next() ); in GetSpaces()
214 if( !aLine.Next() ) in GetFirstIndent()
218 while( aLine.Next() ) in GetFirstIndent()
220 if( aLine.GetCurr()->GetLen() ) in GetFirstIndent()
256 if( aLine.Next() ) in GetBigIndent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dfrminf.cxx116 aLine.GetCharRect( &aRect, nChar ); in GetCharPos()
162 if( aLine.GetCurr()->GetLen() ) in GetSpaces()
168 AddRange( rRanges, aLine.GetStart(), nPos - aLine.GetStart() ); in GetSpaces()
172 if( aLine.GetNext() ) in GetSpaces()
179 aLine.GetInfo().GetChar(aLine.GetEnd() - TextFrameIndex(1)) in GetSpaces()
187 while( aLine.Next() ); in GetSpaces()
211 if( !aLine.Next() ) in GetFirstIndent()
215 while( aLine.Next() ) in GetFirstIndent()
217 if( aLine.GetCurr()->GetLen() ) in GetFirstIndent()
253 if( aLine.Next() ) in GetBigIndent()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/utils/idftools/
H A Didf_helpers.cpp39 aLine = ""; in FetchIDFLine()
45 std::getline( aModel, aLine ); in FetchIDFLine()
50 if( aLine[0] == '#' ) in FetchIDFLine()
54 aLine.erase( aLine.begin() ); in FetchIDFLine()
58 while( !aLine.empty() && isspace( *aLine.begin() ) ) in FetchIDFLine()
59 aLine.erase( aLine.begin() ); in FetchIDFLine()
61 while( !aLine.empty() && isspace( *aLine.rbegin() ) ) in FetchIDFLine()
62 aLine.erase( --aLine.end() ); in FetchIDFLine()
81 int len = aLine.length(); in GetIDFString()
96 if( aLine[idx] == '"' ) in GetIDFString()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsTextAddress.cpp142 aLine.Truncate(); in ReadRecord()
152 if (!aLine.IsEmpty()) aLine.AppendLiteral(MSG_LINEBREAK); in ReadRecord()
153 aLine.Append(line); in ReadRecord()
213 int32_t maxLen = aLine.Length(); in CountFields()
221 while (((aLine[pos] == char16_t(' ')) || (aLine[pos] == tab)) && in CountFields()
249 int32_t maxLen = aLine.Length(); in GetField()
258 while (((aLine[pos] == char16_t(' ')) || (aLine[pos] == tab)) && in GetField()
263 if (aLine[pos] == doubleQuote) { in GetField()
287 while ((pos < maxLen) && ((aLine[pos] == ' ') || (aLine[pos] == tab))) pos++; in GetField()
292 if (aLine[pos] == '"') { in GetField()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/RWObj/
H A DRWObj_Reader.cxx176 if (aLine == NULL) in read()
226 readMaterialLib (IsSpace (aLine[6]) ? aLine + 7 : ""); in read()
228 else if (aLine[0] == 'v' && RWObj_Tools::isSpaceChar (aLine[1])) in read()
232 else if (aLine[0] == 'f' && RWObj_Tools::isSpaceChar (aLine[1])) in read()
239 if (aLine[0] == 'v' && RWObj_Tools::isSpaceChar (aLine[1])) in read()
256 else if (aLine[0] == 'f' && RWObj_Tools::isSpaceChar (aLine[1])) in read()
261 else if (aLine[0] == 'g' && IsSpace (aLine[1])) in read()
265 else if (aLine[0] == 's' && IsSpace (aLine[1])) in read()
269 else if (aLine[0] == 'o' && IsSpace (aLine[1])) in read()
275 readMaterialLib (IsSpace (aLine[6]) ? aLine + 7 : ""); in read()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/overlay/
H A Doverlaytools.cxx424 basegfx::B2DPolygon aLine; in create2DDecomposition() local
431 aLine, in create2DDecomposition()
447 aLine, in create2DDecomposition()
523 basegfx::B2DPolygon aLine; in create2DDecomposition() local
530 aLine.clear(); in create2DDecomposition()
536 aLine.clear(); in create2DDecomposition()
541 aLine.clear(); in create2DDecomposition()
547 aLine.clear(); in create2DDecomposition()
552 aLine.clear(); in create2DDecomposition()
558 aLine.clear(); in create2DDecomposition()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/overlay/
H A Doverlaytools.cxx441 basegfx::B2DPolygon aLine; in create2DDecomposition() local
448 aLine, in create2DDecomposition()
464 aLine, in create2DDecomposition()
547 basegfx::B2DPolygon aLine; in create2DDecomposition() local
554 aLine.clear(); in create2DDecomposition()
560 aLine.clear(); in create2DDecomposition()
565 aLine.clear(); in create2DDecomposition()
571 aLine.clear(); in create2DDecomposition()
576 aLine.clear(); in create2DDecomposition()
582 aLine.clear(); in create2DDecomposition()
[all …]
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/dcpp/
H A DHttpConnection.cpp110 if(aLine.find("200") == string::npos) { in on()
111 if(aLine.find("301") != string::npos || aLine.find("302") != string::npos){ in on()
124 dcdebug("%s\n",aLine.c_str()); in on()
125 } else if(moved302 && Util::findSubString(aLine, "Location") != string::npos){ in on()
132 string location302 = aLine.substr(10, aLine.length() - 11); in on()
152 } else if(aLine == "\x0d") { in on()
154 } else if(Util::findSubString(aLine, "Content-Length") != string::npos) { in on()
155 size = Util::toInt(aLine.substr(16, aLine.length() - 17)); in on()
156 } else if(Util::findSubString(aLine, "Content-Encoding") != string::npos) { in on()
157 if(aLine.substr(18, aLine.length() - 19) == "x-bzip2") in on()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/router/
H A Dpns_optimizer.cpp73 total += CornerCost( aLine.CSegment( i ), aLine.CSegment( i + 1 ) ); in CornerCost()
420 LINE tmp( *aLine, aOptPath ); in checkColliding()
557 aResult = aLine; in Optimize()
559 *aResult = *aLine; in Optimize()
847 SHAPE_LINE_CHAIN line = ( aEnd ? aLine->CLine().Reverse() : aLine->CLine() ); in smartPadsSingle()
951 ITEM* startPad = findPadOrVia( aLine->Layer(), aLine->Net(), p_start ); in runSmartPads()
952 ITEM* endPad = findPadOrVia( aLine->Layer(), aLine->Net(), p_end ); in runSmartPads()
963 aLine->Line().Simplify(); in runSmartPads()
984 VECTOR2I p_start = aLine->CPoint( 0 ), p_end = aLine->CPoint( -1 ); in fanoutCleanup()
986 ITEM* startPad = findPadOrVia( aLine->Layer(), aLine->Net(), p_start ); in fanoutCleanup()
[all …]
H A Dpns_optimizer.h61 static int CornerCost( const SHAPE_LINE_CHAIN& aLine );
62 static int CornerCost( const LINE& aLine );
64 void Add( LINE& aLine );
65 void Remove( LINE& aLine );
105 static bool Optimize( LINE* aLine, int aEffortLevel, NODE* aWorld);
107 bool Optimize( LINE* aLine, LINE* aResult = NULL );
146 bool mergeObtuse( LINE* aLine );
147 bool mergeFull( LINE* aLine );
148 bool removeUglyCorners( LINE* aLine );
149 bool runSmartPads( LINE* aLine );
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/QANCollection/
H A DQANCollection_Handle.cxx69 CHECK(theDI, ! aLine.IsNull(), "handle for non-null"); in QAHandleOps()
73 Geom_Line* pLine = aLine.get(); in QAHandleOps()
74 const Geom_Line* cpLine = aLine.get(); in QAHandleOps()
75 Geom_Line& rLine = *aLine; in QAHandleOps()
81 aLine = Handle(Geom_Line)::DownCast (cCurve); in QAHandleOps()
82 CHECK(theDI, ! aLine.IsNull(), "down cast"); in QAHandleOps()
85 CHECK(theDI, aLine == aLine, "equality of handle to itself"); in QAHandleOps()
95 CHECK(theDI, aLine, "cast to bool"); in QAHandleOps()
116 f (aLine); in QAHandleOps()
121 func (aLine); in QAHandleOps()
[all …]
/dports/mail/pantomime/Pantomime-1.3.0/Framework/Pantomime/
H A DCWLocalFolder+mbox.m110 char aLine[1024];
163 memset(aLine, 0, 1024);
172 if (strlen(aLine) == 1 && strcmp("\n", aLine) == 0)
228 memset(aLine, 0, 1024);
401 char aLine[1024];
655 memset(aLine, 0, 1024);
675 while (aLine[0] == 9 || aLine[0] == 32)
680 ptr = aLine;
742 char aLine[1024];
752 memset(aLine, 0, 1024);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/
H A DBlockComment.java125 String aLine; in nonIBMContributors() local
127 aLine = aReader.readLine(); in nonIBMContributors()
128 while (aLine != null) { in nonIBMContributors()
129 aLine = aLine.trim(); in nonIBMContributors()
130 if ((aLine.length() > 0) && (aLine.indexOf(commentEnd) == -1)) { in nonIBMContributors()
131 if ((aLine.indexOf("ibm") == -1) && (aLine.indexOf("international business machine") == -1)) { in nonIBMContributors()
132 nonIBMContributors.add(aLine); in nonIBMContributors()
135 aLine = aReader.readLine(); in nonIBMContributors()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_optimizer.cpp64 total += CornerCost( aLine.CSegment( i ), aLine.CSegment( i + 1 ) ); in CornerCost()
167 if( !aLine->IsLinked() ) in removeCachedSegments()
170 auto links = aLine->Links(); in removeCachedSegments()
612 aResult = aLine; in Optimize()
616 *aResult = *aLine; in Optimize()
954 SHAPE_LINE_CHAIN line = ( aEnd ? aLine->CLine().Reverse() : aLine->CLine() ); in smartPadsSingle()
1062 ITEM* startPad = findPadOrVia( aLine->Layer(), aLine->Net(), p_start ); in runSmartPads()
1063 ITEM* endPad = findPadOrVia( aLine->Layer(), aLine->Net(), p_end ); in runSmartPads()
1099 VECTOR2I p_start = aLine->CPoint( 0 ), p_end = aLine->CPoint( -1 ); in fanoutCleanup()
1101 ITEM* startPad = findPadOrVia( aLine->Layer(), aLine->Net(), p_start ); in fanoutCleanup()
[all …]
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/
H A DHttpConnection.cpp120 dcdebug("%s\n",aLine.c_str()); in on()
121 if(aLine.find("200") == string::npos) { in on()
122 if(aLine.find("301") != string::npos || aLine.find("302") != string::npos){ in on()
142 } else if(moved302 && Util::findSubString(aLine, "Location") != string::npos){ in on()
149 string location302 = aLine.substr(10, aLine.length() - 11); in on()
174 } else if(aLine == "\x0d") { in on()
176 } else if(Util::findSubString(aLine, "Content-Length") != string::npos) { in on()
177 size = Util::toInt(aLine.substr(16, aLine.length() - 17)); in on()
178 } else if(Util::findSubString(aLine, "Content-Encoding") != string::npos) { in on()
179 if(aLine.substr(18, aLine.length() - 19) == "x-bzip2") in on()
[all …]
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A DHttpConnection.cpp120 dcdebug("%s\n",aLine.c_str()); in on()
121 if(aLine.find("200") == string::npos) { in on()
122 if(aLine.find("301") != string::npos || aLine.find("302") != string::npos){ in on()
142 } else if(moved302 && Util::findSubString(aLine, "Location") != string::npos){ in on()
149 string location302 = aLine.substr(10, aLine.length() - 11); in on()
174 } else if(aLine == "\x0d") { in on()
176 } else if(Util::findSubString(aLine, "Content-Length") != string::npos) { in on()
177 size = Util::toInt(aLine.substr(16, aLine.length() - 17)); in on()
178 } else if(Util::findSubString(aLine, "Content-Encoding") != string::npos) { in on()
179 if(aLine.substr(18, aLine.length() - 19) == "x-bzip2") in on()
[all …]
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/
H A DHttpConnection.cpp120 dcdebug("%s\n",aLine.c_str()); in on()
121 if(aLine.find("200") == string::npos) { in on()
122 if(aLine.find("301") != string::npos || aLine.find("302") != string::npos){ in on()
142 } else if(moved302 && Util::findSubString(aLine, "Location") != string::npos){ in on()
149 string location302 = aLine.substr(10, aLine.length() - 11); in on()
174 } else if(aLine == "\x0d") { in on()
176 } else if(Util::findSubString(aLine, "Content-Length") != string::npos) { in on()
177 size = Util::toInt(aLine.substr(16, aLine.length() - 17)); in on()
178 } else if(Util::findSubString(aLine, "Content-Encoding") != string::npos) { in on()
179 if(aLine.substr(18, aLine.length() - 19) == "x-bzip2") in on()
[all …]
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/
H A DHttpConnection.cpp120 dcdebug("%s\n",aLine.c_str()); in on()
121 if(aLine.find("200") == string::npos) { in on()
122 if(aLine.find("301") != string::npos || aLine.find("302") != string::npos){ in on()
142 } else if(moved302 && Util::findSubString(aLine, "Location") != string::npos){ in on()
149 string location302 = aLine.substr(10, aLine.length() - 11); in on()
174 } else if(aLine == "\x0d") { in on()
176 } else if(Util::findSubString(aLine, "Content-Length") != string::npos) { in on()
177 size = Util::toInt(aLine.substr(16, aLine.length() - 17)); in on()
178 } else if(Util::findSubString(aLine, "Content-Encoding") != string::npos) { in on()
179 if(aLine.substr(18, aLine.length() - 19) == "x-bzip2") in on()
[all …]

12345678910>>...60