Searched refs:INDEX_COUNT (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdhdl.cxx | 103 #define INDEX_COUNT (6) macro 109 maRealMarkers((KIND_COUNT * INDEX_COUNT) + INDIVIDUAL_COUNT) in SdrHdlBitmapSet() 145 …return impGetOrCreateTargetBitmap((0 * INDEX_COUNT) + nInd, Rectangle(Point(0, nYPos), Size(7, 7))… in GetBitmapEx() 150 …return impGetOrCreateTargetBitmap((1 * INDEX_COUNT) + nInd, Rectangle(Point(7, nYPos), Size(9, 9))… in GetBitmapEx() 155 …return impGetOrCreateTargetBitmap((2 * INDEX_COUNT) + nInd, Rectangle(Point(16, nYPos), Size(11, 1… in GetBitmapEx() 160 const sal_uInt16 nIndex((3 * INDEX_COUNT) + nInd); in GetBitmapEx() 194 …return impGetOrCreateTargetBitmap((4 * INDEX_COUNT) + nInd, Rectangle(Point(27, nYPos), Size(7, 7)… in GetBitmapEx() 200 …return impGetOrCreateTargetBitmap((5 * INDEX_COUNT) + nInd, Rectangle(Point(34, nYPos), Size(9, 9)… in GetBitmapEx() 206 …return impGetOrCreateTargetBitmap((6 * INDEX_COUNT) + nInd, Rectangle(Point(43, nYPos), Size(11, 1… in GetBitmapEx() 211 …return impGetOrCreateTargetBitmap((7 * INDEX_COUNT) + nInd, Rectangle(Point(54, nYPos), Size(7, 9)… in GetBitmapEx() [all …]
|