Home
last modified time | relevance | path

Searched refs:aPos (Results 1 – 25 of 2434) sorted by relevance

12345678910>>...98

/dports/cad/opencascade/opencascade-7.6.0/src/RWObj/
H A DRWObj_MtlReader.cxx135 ++aPos; in Read()
147 aPos += 7; in Read()
173 aPos += 3; in Read()
187 aPos += 3; in Read()
201 aPos += 3; in Read()
215 aPos += 3; in Read()
228 aPos += 3; in Read()
239 else if (*aPos == 'd' && IsSpace (aPos[1])) in Read()
242 aPos += 2; in Read()
256 aPos += 7; in Read()
[all …]
H A DRWObj_Tools.hxx30 const char* aPos = thePos; in ReadVec3() local
32 aPos = theNext; in ReadVec3()
34 aPos = theNext; in ReadVec3()
36 return aPos != theNext; in ReadVec3()
44 const char* aPos = thePos; in ReadVec3() local
45 theVec.SetX (Strtod (aPos, &theNext)); in ReadVec3()
46 aPos = theNext; in ReadVec3()
47 theVec.SetY (Strtod (aPos, &theNext)); in ReadVec3()
48 aPos = theNext; in ReadVec3()
49 theVec.SetZ (Strtod (aPos, &theNext)); in ReadVec3()
[all …]
/dports/editors/cudatext/CudaText-1.151.0/econtrol/econtrol/
H A Dec_regexpr.pas613 '^': b := (aPos = 1) or (InputString[aPos - 1] = #10) or
870 if aPos <= Len then Result := Expression[aPos] else
1058 Dec(aPos);
1141 save := aPos;
1166 sv := aPos;
1213 sv := aPos;
1252 save := aPos;
1276 sv := aPos;
1320 sv := aPos;
1375 Dec(aPos);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_formula.cxx126 aPos.SetRow(0); in testFormulaRefUpdateNameCopySheetCheckTab()
127 aPos.SetTab(nTab); in testFormulaRefUpdateNameCopySheetCheckTab()
130 aPos.IncRow(); in testFormulaRefUpdateNameCopySheetCheckTab()
132 aPos.IncRow(); in testFormulaRefUpdateNameCopySheetCheckTab()
134 aPos.IncRow(); in testFormulaRefUpdateNameCopySheetCheckTab()
136 aPos.IncRow(); in testFormulaRefUpdateNameCopySheetCheckTab()
138 aPos.IncRow(); in testFormulaRefUpdateNameCopySheetCheckTab()
672 ScAddress aPos; in testFormulaParseReference() local
2278 aPos.IncRow(); in testFormulaRefUpdateRange()
2280 aPos.IncRow(); in testFormulaRefUpdateRange()
[all …]
H A Ducalc_sharedformula.cxx230 aPos.IncRow(); in testSharedFormulas()
232 aPos.IncRow(); in testSharedFormulas()
234 aPos.IncRow(); in testSharedFormulas()
318 aPos.IncRow(); in testSharedFormulas()
320 aPos.IncRow(); in testSharedFormulas()
322 aPos.IncRow(); in testSharedFormulas()
324 aPos.IncRow(); in testSharedFormulas()
326 aPos.IncRow(); in testSharedFormulas()
328 aPos.IncRow(); in testSharedFormulas()
330 aPos.IncRow(); in testSharedFormulas()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_sharedformula.cxx116 aPos.IncRow(); in testSharedFormulas()
118 aPos.IncRow(); in testSharedFormulas()
120 aPos.IncRow(); in testSharedFormulas()
203 aPos.IncRow(); in testSharedFormulas()
205 aPos.IncRow(); in testSharedFormulas()
207 aPos.IncRow(); in testSharedFormulas()
209 aPos.IncRow(); in testSharedFormulas()
211 aPos.IncRow(); in testSharedFormulas()
213 aPos.IncRow(); in testSharedFormulas()
215 aPos.IncRow(); in testSharedFormulas()
[all …]
H A Ducalc_formula.cxx293 ScAddress aPos; in testFormulaParseReference() local
1884 aPos.IncRow(); in testFormulaRefUpdateRange()
1886 aPos.IncRow(); in testFormulaRefUpdateRange()
1888 aPos.IncRow(); in testFormulaRefUpdateRange()
1890 aPos.IncRow(); in testFormulaRefUpdateRange()
1892 aPos.IncRow(); in testFormulaRefUpdateRange()
1894 aPos.IncRow(); in testFormulaRefUpdateRange()
1896 aPos.IncRow(); in testFormulaRefUpdateRange()
1898 aPos.IncRow(); in testFormulaRefUpdateRange()
1900 aPos.IncRow(); in testFormulaRefUpdateRange()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dsharedformula.cxx27 std::advance(it, aPos.second); in getSharedTopFormulaCell()
38 SCROW nRow = aPos.first->position + aPos.second; in splitFormulaCellGroup()
44 if (aPos.second == 0) in splitFormulaCellGroup()
49 std::advance(it, aPos.second); in splitFormulaCellGroup()
105 …if (xGroup2->mpTopCell->aPos.Row() + size_t(xGroup2->mnLength) > aPos.first->position + aPos.first… in splitFormulaCellGroup()
146 aPos = rCells.position(aPos.first, nRow); in splitFormulaCellGroups()
224 if (aPos.second == 0) in joinFormulaCellAbove()
229 ScFormulaCell& rPrev = *sc::formula_block::at(*aPos.first->data, aPos.second-1); in joinFormulaCellAbove()
230 ScFormulaCell& rCell = *sc::formula_block::at(*aPos.first->data, aPos.second); in joinFormulaCellAbove()
253 if (aPos.second+1 >= aPos.first->size) in unshareFormulaCell()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dsharedformula.cxx27 std::advance(it, aPos.second); in getSharedTopFormulaCell()
38 SCROW nRow = aPos.first->position + aPos.second; in splitFormulaCellGroup()
44 if (aPos.second == 0) in splitFormulaCellGroup()
49 std::advance(it, aPos.second); in splitFormulaCellGroup()
105 …if (xGroup2->mpTopCell->aPos.Row() + size_t(xGroup2->mnLength) > aPos.first->position + aPos.first… in splitFormulaCellGroup()
146 aPos = rCells.position(aPos.first, nRow); in splitFormulaCellGroups()
224 if (aPos.second == 0) in joinFormulaCellAbove()
229 ScFormulaCell& rPrev = *sc::formula_block::at(*aPos.first->data, aPos.second-1); in joinFormulaCellAbove()
230 ScFormulaCell& rCell = *sc::formula_block::at(*aPos.first->data, aPos.second); in joinFormulaCellAbove()
253 if (aPos.second+1 >= aPos.first->size) in unshareFormulaCell()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/
H A Dpost_shader.cpp124 return m_normals[GetIndex( aPos )]; in GetNormalAt()
130 return m_color[GetIndex( aPos )]; in GetColorAt()
136 return m_depth[GetIndex( aPos )]; in GetDepthAt()
142 return m_wc_hitposition[GetIndex( aPos )]; in GetPositionAt()
148 return m_normals[GetIndex( aPos )]; in GetNormalAt()
154 return m_color[GetIndex( aPos )]; in GetColorAt()
160 return m_color[ aPos.x + m_size.x * aPos.y ]; in GetColorAtNotProtected()
166 return m_depth[GetIndex( aPos )]; in GetDepthAt()
172 const float depth = m_depth[GetIndex( aPos )]; in GetDepthNormalizedAt()
183 return m_wc_hitposition[GetIndex( aPos )]; in GetPositionAt()
[all …]
H A Dpost_shader.h66 inline unsigned int GetIndex( const SFVEC2F& aPos ) const in GetIndex() argument
70 clampPos.x = glm::clamp( aPos.x, 0.0f, 1.0f ); in GetIndex()
71 clampPos.y = glm::clamp( aPos.y, 0.0f, 1.0f ); in GetIndex()
80 inline unsigned int GetIndex( const SFVEC2I& aPos ) const in GetIndex() argument
90 const SFVEC3F& GetNormalAt( const SFVEC2F& aPos ) const;
91 const SFVEC3F& GetColorAt( const SFVEC2F& aPos ) const;
93 float GetDepthAt( const SFVEC2F& aPos ) const;
95 const SFVEC3F& GetNormalAt( const SFVEC2I& aPos ) const;
96 const SFVEC3F& GetColorAt( const SFVEC2I& aPos ) const;
100 float GetDepthAt( const SFVEC2I& aPos ) const;
[all …]
/dports/net/smm++/smm/sources/mapping/
H A DTExitListUif.tcl132 method rem {aPos} {
137 method exists {aPos} {
140 method getExit {aPos} {
143 method useExit {aPos} {
151 $CMapM useExit $aPos
160 if {[exists $aPos]} {
164 setExitCommand $aPos "up"
166 rem $aPos
173 rem $aPos
177 rem $aPos
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/property/
H A Dpropertycontainerhelper.cxx95 if ( aPos == m_aProperties.end() ) in revokeProperty()
97 m_aProperties.erase( aPos ); in revokeProperty()
216 if (aPos == m_aProperties.end()) in convertFastPropertyValue()
224 switch (aPos->eLocated) in convertFastPropertyValue()
345 _rOldValue.setValue(aPos->aLocation.pDerivedClassMember, aPos->aProperty.Type); in convertFastPropertyValue()
359 if (aPos == m_aProperties.end()) in setFastPropertyValue()
369 switch (aPos->eLocated) in setFastPropertyValue()
382 aPos->aLocation.pDerivedClassMember, aPos->aProperty.Type.getTypeLibType(), in setFastPropertyValue()
399 if (aPos == m_aProperties.end()) in getFastPropertyValue()
407 switch (aPos->eLocated) in getFastPropertyValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/property/
H A Dpropertycontainerhelper.cxx95 if ( aPos == m_aProperties.end() ) in revokeProperty()
97 m_aProperties.erase( aPos ); in revokeProperty()
216 if (aPos == m_aProperties.end()) in convertFastPropertyValue()
224 switch (aPos->eLocated) in convertFastPropertyValue()
345 _rOldValue.setValue(aPos->aLocation.pDerivedClassMember, aPos->aProperty.Type); in convertFastPropertyValue()
359 if (aPos == m_aProperties.end()) in setFastPropertyValue()
369 switch (aPos->eLocated) in setFastPropertyValue()
382 aPos->aLocation.pDerivedClassMember, aPos->aProperty.Type.getTypeLibType(), in setFastPropertyValue()
399 if (aPos == m_aProperties.end()) in getFastPropertyValue()
407 switch (aPos->eLocated) in getFastPropertyValue()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DRWObj_Tools.hxx30 const char* aPos = thePos; in ReadVec3() local
32 aPos = theNext; in ReadVec3()
34 aPos = theNext; in ReadVec3()
36 return aPos != theNext; in ReadVec3()
44 const char* aPos = thePos; in ReadVec3() local
45 theVec.SetX (Strtod (aPos, &theNext)); in ReadVec3()
46 aPos = theNext; in ReadVec3()
47 theVec.SetY (Strtod (aPos, &theNext)); in ReadVec3()
48 aPos = theNext; in ReadVec3()
49 theVec.SetZ (Strtod (aPos, &theNext)); in ReadVec3()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DRWObj_Tools.hxx30 const char* aPos = thePos; in ReadVec3() local
32 aPos = theNext; in ReadVec3()
34 aPos = theNext; in ReadVec3()
36 return aPos != theNext; in ReadVec3()
44 const char* aPos = thePos; in ReadVec3() local
45 theVec.SetX (Strtod (aPos, &theNext)); in ReadVec3()
46 aPos = theNext; in ReadVec3()
47 theVec.SetY (Strtod (aPos, &theNext)); in ReadVec3()
48 aPos = theNext; in ReadVec3()
49 theVec.SetZ (Strtod (aPos, &theNext)); in ReadVec3()
[all …]
/dports/converters/mimelib/mimelib-1.1.2/mimelib/mimelib/
H A Dstring.h185 char& operator [] (size_t aPos);
191 const char& at(size_t aPos) const;
192 char& at(size_t aPos);
636 assert(aPos <= mLength); in at()
637 if (aPos < mLength) { in at()
638 return data()[aPos]; in at()
640 else if (aPos == mLength) { in at()
653 assert(aPos < mLength); in at()
654 if (aPos < mLength) { in at()
669 return at(aPos);
[all …]
/dports/mail/lurker/lurker-2.3/mimelib/mimelib/
H A Dstring.h185 char& operator [] (size_t aPos);
191 const char& at(size_t aPos) const;
192 char& at(size_t aPos);
633 assert(aPos <= mLength); in at()
634 if (aPos < mLength) { in at()
635 return data()[aPos]; in at()
637 else if (aPos == mLength) { in at()
650 assert(aPos < mLength); in at()
651 if (aPos < mLength) { in at()
666 return at(aPos);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/frmedt/
H A Dfews.cxx728 Point aPos; in CalcBoundRect() local
1113 aPos.setY(aPos.getY() + pFrame->getFramePrintArea().Height()); in CalcBoundRect()
1120 aPos.setY(aPos.getY() + nBaseOfstForFly); in CalcBoundRect()
1141 aPos.setY(aPos.getY() + nBaseOfstForFly); in CalcBoundRect()
1174 aPos.setX(aPos.getX() + nBaseOfstForFly); in CalcBoundRect()
1192 aPos.setX(aPos.getX() + nBaseOfstForFly); in CalcBoundRect()
1207 aPos.setX(aPos.getX() + nBaseOfstForFly); in CalcBoundRect()
1220 aPos.setX(aPos.getX() + nBaseOfstForFly); in CalcBoundRect()
1233 _orRect.Pos( _orRect.Left() - aPos.getX(), _orRect.Top() - aPos.getY() ); in CalcBoundRect()
1235 _orRect.Pos( - ( _orRect.Right() - aPos.getX() ), _orRect.Top() - aPos.getY() ); in CalcBoundRect()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsAttrAndChildArray.cpp114 if (aPos < ChildCount()) { in GetSafeChildAt()
115 return ChildAt(aPos); in GetSafeChildAt()
166 memmove(&newStart[aPos + 1], &oldStart[aPos], in InsertChildAt()
168 SetChildAtPos(newStart + aPos, aChild, aPos, childCount); in InsertChildAt()
181 if (childCount != aPos) { in InsertChildAt()
384 if (aPos < nonmapped) { in AttrAt()
457 if (aPos < nonmapped) { in RemoveAttrAt()
494 if (aPos < nonmapped) { in AttrInfoAt()
509 if (aPos < nonmapped) { in AttrNameAt()
520 if (aPos < nonmapped) { in GetSafeAttrNameAt()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/frmedt/
H A Dfews.cxx725 Point aPos; in CalcBoundRect() local
950 aPos.setY(aPos.getY() + rVertEnvironLayFrame.GetTopMargin()); in CalcBoundRect()
1096 aPos.setY(aPos.getY() + pFrame->getFramePrintArea().Height()); in CalcBoundRect()
1103 aPos.setY(aPos.getY() + nBaseOfstForFly); in CalcBoundRect()
1124 aPos.setY(aPos.getY() + nBaseOfstForFly); in CalcBoundRect()
1157 aPos.setX(aPos.getX() + nBaseOfstForFly); in CalcBoundRect()
1175 aPos.setX(aPos.getX() + nBaseOfstForFly); in CalcBoundRect()
1190 aPos.setX(aPos.getX() + nBaseOfstForFly); in CalcBoundRect()
1203 aPos.setX(aPos.getX() + nBaseOfstForFly); in CalcBoundRect()
1215 _orRect.Pos( _orRect.Left() - aPos.getX(), _orRect.Top() - aPos.getY() ); in CalcBoundRect()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dialogs/
H A Dsearchresults.cxx114 ScAddress aPos( rRange.aStart ); in FillResults() local
115 for ( ; aPos.Tab() <= rRange.aEnd.Tab(); aPos.IncTab()) in FillResults()
117 if (aPos.Tab() >= nTabCount) in FillResults()
119 … for (aPos.SetCol( rRange.aStart.Col()); aPos.Col() <= rRange.aEnd.Col(); aPos.IncCol()) in FillResults()
121 … for (aPos.SetRow( rRange.aStart.Row()); aPos.Row() <= rRange.aEnd.Row(); aPos.IncRow()) in FillResults()
127 aList.Insert(aTabNames[aPos.Tab()], aPos, in FillResults()
133 aList.Insert(aTabNames[aPos.Tab()], aPos, in FillResults()
154 aList.Insert(aTabNames[aPos.Tab()], aPos, in FillResults()
233 ScAddress aPos; in IMPL_LINK_NOARG() local
242 pScViewShell->SetCursor(aPos.Col(), aPos.Row()); in IMPL_LINK_NOARG()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsAttrAndChildArray.cpp99 return ChildAt(aPos); in GetSafeChildAt()
147 memmove(&newStart[aPos + 1], &oldStart[aPos], in InsertChildAt()
149 SetChildAtPos(newStart + aPos, aChild, aPos, childCount); in InsertChildAt()
162 if (childCount != aPos) { in InsertChildAt()
348 if (aPos < nonmapped) { in AttrAt()
418 if (aPos < nonmapped) { in RemoveAttrAt()
423 memmove(&ATTRS(mImpl)[aPos], &ATTRS(mImpl)[aPos + 1], in RemoveAttrAt()
453 if (aPos < nonmapped) { in AttrInfoAt()
467 if (aPos < nonmapped) { in AttrNameAt()
476 if (aPos < nonmapped) { in GetSafeAttrNameAt()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dialogs/
H A Dsearchresults.cxx101 ScAddress aPos( rRange.aStart ); in FillResults() local
102 for ( ; aPos.Tab() <= rRange.aEnd.Tab(); aPos.IncTab()) in FillResults()
104 if (aPos.Tab() >= nTabCount) in FillResults()
106 … for (aPos.SetCol( rRange.aStart.Col()); aPos.Col() <= rRange.aEnd.Col(); aPos.IncCol()) in FillResults()
108 … for (aPos.SetRow( rRange.aStart.Row()); aPos.Row() <= rRange.aEnd.Row(); aPos.IncRow()) in FillResults()
112 aList.Insert(aTabNames[aPos.Tab()], aPos, in FillResults()
128 if (aPos.Tab() >= nTabCount) in FillResults()
132 aList.Insert(aTabNames[aPos.Tab()], aPos, in FillResults()
211 ScAddress aPos; in IMPL_LINK_NOARG() local
220 pScViewShell->SetCursor(aPos.Col(), aPos.Row()); in IMPL_LINK_NOARG()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xpath/
H A DtxExpr.h249 Expr* getSubExprAt(uint32_t aPos) override;
486 Expr* getSubExprAt(uint32_t aPos) { return mPredicates.SafeElementAt(aPos); } in getSubExprAt() argument
490 mPredicates[aPos] = aExpr; in setSubExprAt()
720 void deleteExprAt(uint32_t aPos) { in deleteExprAt() argument
722 mItems.RemoveElementAt(aPos); in deleteExprAt()
727 PathOperator getPathOpAt(uint32_t aPos) { in getPathOpAt() argument
729 return mItems[aPos].pathOp; in getPathOpAt()
733 mItems[aPos].pathOp = aPathOp; in setPathOpAt()
802 void deleteExprAt(uint32_t aPos) { in deleteExprAt() argument
805 delete mExpressions[aPos]; in deleteExprAt()
[all …]

12345678910>>...98