Home
last modified time | relevance | path

Searched refs:bFoundIt (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/misc/
H A Dlimitedformats.cxx303 bool bFoundIt = (nullptr != pFormats->pDescription); in convertFormatKeyPropertyValue() local
305 if (bFoundIt) in convertFormatKeyPropertyValue()
329 if (!bFoundIt) in convertFormatKeyPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/misc/
H A Dlimitedformats.cxx300 bool bFoundIt = (nullptr != pFormats->pDescription); in convertFormatKeyPropertyValue() local
302 if (bFoundIt) in convertFormatKeyPropertyValue()
326 if (!bFoundIt) in convertFormatKeyPropertyValue()
/dports/games/jfsw/jfsw-c434002/src/
H A Djnstub.c3394 BOOL bFoundPicNum, bFoundHiTag, bFoundLowTag, bFoundIt; in FindSprite() local
3419 bFoundIt = TRUE; in FindSprite()
3426 bFoundIt = bFoundIt & bFoundPicNum; in FindSprite()
3432 bFoundIt = bFoundIt & bFoundHiTag; in FindSprite()
3438 bFoundIt = bFoundIt & bFoundLowTag; in FindSprite()
3441 if (bFoundIt) in FindSprite()
3479 bFoundIt = TRUE; in FindNextSprite()
3486 bFoundIt = bFoundIt & bFoundPicNum; in FindNextSprite()
3492 bFoundIt = bFoundIt & bFoundHiTag; in FindNextSprite()
3498 bFoundIt = bFoundIt & bFoundLowTag; in FindNextSprite()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Djnstub.cpp3451 SWBOOL bFoundPicNum, bFoundHiTag, bFoundLowTag, bFoundIt; in FindSprite() local
3476 bFoundIt = TRUE; in FindSprite()
3483 bFoundIt = bFoundIt & bFoundPicNum; in FindSprite()
3489 bFoundIt = bFoundIt & bFoundHiTag; in FindSprite()
3495 bFoundIt = bFoundIt & bFoundLowTag; in FindSprite()
3498 if (bFoundIt) in FindSprite()
3535 bFoundIt = TRUE; in FindNextSprite()
3542 bFoundIt = bFoundIt & bFoundPicNum; in FindNextSprite()
3548 bFoundIt = bFoundIt & bFoundHiTag; in FindNextSprite()
3554 bFoundIt = bFoundIt & bFoundLowTag; in FindNextSprite()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_DeleteStrux.cpp625 bool bFoundIt = false; in _deleteHdrFtrsFromSectionStruxIfPresent() local
627 while(curFrag != getFragments().getLast() && !bFoundIt) in _deleteHdrFtrsFromSectionStruxIfPresent()
651 bFoundIt = true; in _deleteHdrFtrsFromSectionStruxIfPresent()
658 if(bFoundIt) in _deleteHdrFtrsFromSectionStruxIfPresent()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_brep_isvalid.cpp509 ON_BOOL32 bFoundIt = false; in IsValidEdgeTopology() local
511 for ( vei = 0; vei < vertex_edge_count && !bFoundIt; vei++ ) in IsValidEdgeTopology()
513 bFoundIt = (vertex.m_ei[vei] == edge_index); in IsValidEdgeTopology()
515 if ( !bFoundIt ) in IsValidEdgeTopology()
H A Dopennurbs_brep.cpp3661 ON_BOOL32 bFoundIt = false; in IsValidEdge() local
3663 for ( vei = 0; vei < vertex_edge_count && !bFoundIt; vei++ ) { in IsValidEdge()
3664 bFoundIt = (vertex.m_ei[vei] == edge_index); in IsValidEdge()
3666 if ( !bFoundIt ) in IsValidEdge()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_brep_isvalid.cpp509 ON_BOOL32 bFoundIt = false; in IsValidEdgeTopology() local
511 for ( vei = 0; vei < vertex_edge_count && !bFoundIt; vei++ ) in IsValidEdgeTopology()
513 bFoundIt = (vertex.m_ei[vei] == edge_index); in IsValidEdgeTopology()
515 if ( !bFoundIt ) in IsValidEdgeTopology()
H A Dopennurbs_brep.cpp3686 ON_BOOL32 bFoundIt = false; in IsValidEdge() local
3688 for ( vei = 0; vei < vertex_edge_count && !bFoundIt; vei++ ) { in IsValidEdge()
3689 bFoundIt = (vertex.m_ei[vei] == edge_index); in IsValidEdge()
3691 if ( !bFoundIt ) in IsValidEdge()