Home
last modified time | relevance | path

Searched refs:pHatchEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Delements.cxx304 HatchEntry* pHatchEntry; in ImplInsertHatch() local
305 pHatchEntry = new HatchEntry; in ImplInsertHatch()
306 aHatchTable.Insert( (sal_uInt32)nKey, pHatchEntry ); in ImplInsertHatch()
307 pHatchEntry->HatchStyle = nStyle; in ImplInsertHatch()
308 pHatchEntry->HatchDistance = nDistance; in ImplInsertHatch()
309 pHatchEntry->HatchAngle = nAngle; in ImplInsertHatch()
H A Dactimpr.cxx356 HatchEntry* pHatchEntry = (HatchEntry*)mpCGM->pElement->aHatchTable.Get( nHatchIndex ); in ImplSetFillBundle() local
357 if ( pHatchEntry ) in ImplSetFillBundle()
359 switch ( pHatchEntry->HatchStyle ) in ImplSetFillBundle()
365 aHatch.Distance = pHatchEntry->HatchDistance; in ImplSetFillBundle()
366 aHatch.Angle = pHatchEntry->HatchAngle; in ImplSetFillBundle()

Completed in 25 milliseconds