Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Ddatapilotfield.cxx148 bool bHasReference(false); in testReference() local
151 CPPUNIT_ASSERT( aValue >>= bHasReference ); in testReference()
152 CPPUNIT_ASSERT_MESSAGE("should have Reference information", bHasReference); in testReference()
154 bHasReference = false; in testReference()
155 aValue <<= bHasReference; in testReference()
159 CPPUNIT_ASSERT( aValue >>= bHasReference ); in testReference()
160 CPPUNIT_ASSERT_MESSAGE("should have no longer reference information", !bHasReference); in testReference()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Ddatapilotfield.cxx153 bool bHasReference(false); in testReference() local
156 CPPUNIT_ASSERT( aValue >>= bHasReference ); in testReference()
157 CPPUNIT_ASSERT_MESSAGE("should have Reference information", bHasReference); in testReference()
159 bHasReference = false; in testReference()
160 aValue <<= bHasReference; in testReference()
164 CPPUNIT_ASSERT( aValue >>= bHasReference ); in testReference()
165 CPPUNIT_ASSERT_MESSAGE("should have no longer reference information", !bHasReference); in testReference()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPDS/
H A DBOPDS_DS.cxx793 Standard_Boolean bHasReference; in ChangePaveBlocks() local
797 bHasReference=aSI.HasReference(); in ChangePaveBlocks()
798 if (!bHasReference) { in ChangePaveBlocks()
1177 Standard_Boolean bHasReference; in ChangeFaceInfo() local
1182 bHasReference=aSI.HasReference(); in ChangeFaceInfo()
1183 if (!bHasReference) { in ChangeFaceInfo()