Home
last modified time | relevance | path

Searched refs:nHandlesCount (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/qa/unit/
H A Dcustomshapes.cxx361 sal_uInt8 nHandlesCount = rSdrObjCustomShape.GetInteractionHandles().size(); in CPPUNIT_TEST_FIXTURE() local
362 for (sal_uInt8 j = 0; j < nHandlesCount; j++) in CPPUNIT_TEST_FIXTURE()
440 sal_uInt8 nHandlesCount = rSdrObjCustomShape.GetInteractionHandles().size(); in CPPUNIT_TEST_FIXTURE() local
441 for (sal_uInt8 j = 0; j < nHandlesCount; j++) in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/qa/unit/
H A Dcustomshapes.cxx617 sal_uInt8 nHandlesCount = rSdrObjCustomShape.GetInteractionHandles().size(); in CPPUNIT_TEST_FIXTURE() local
618 for (sal_uInt8 j = 0; j < nHandlesCount; j++) in CPPUNIT_TEST_FIXTURE()
696 sal_uInt8 nHandlesCount = rSdrObjCustomShape.GetInteractionHandles().size(); in CPPUNIT_TEST_FIXTURE() local
697 for (sal_uInt8 j = 0; j < nHandlesCount; j++) in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/source/reader/
H A Demfreader.cxx2204 sal_uInt16 nHandlesCount; in ReadHeader() local
2205 mpInputStream->ReadUInt16(nHandlesCount); in ReadHeader()
2206 SAL_INFO("emfio", "\tGraphics: " << nHandlesCount); in ReadHeader()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/source/reader/
H A Demfreader.cxx1902 sal_uInt16 nHandlesCount; in ReadHeader() local
1903 mpInputStream->ReadUInt16(nHandlesCount); in ReadHeader()