Searched refs:pAllBorderProperty (Results 1 – 2 of 2) sorted by relevance
96 XMLPropertyState* pAllBorderProperty = NULL; in finished() local147 case CTF_PM_BORDERALL : pAllBorderProperty = property; break; in finished()247 if (pAllBorderProperty && !pBorders[i]) in finished()249 …pNewBorders[i] = new XMLPropertyState(pAllBorderProperty->mnIndex + 1 + i, pAllBorderProperty->maV… in finished()
98 XMLPropertyState* pAllBorderProperty = NULL; in finished() local122 case CTF_SC_ALLBORDER : pAllBorderProperty = &*property; break; in finished()146 if (pAllBorderProperty) in finished()147 pAllBorderProperty->mnIndex = -1; in finished()155 if (pAllBorderProperty && !pBorders[i]) in finished()157 …] = new XMLPropertyState(maPropMapper->FindEntryIndex(aBorderCTF[i]), pAllBorderProperty->maValue); in finished()
Completed in 35 milliseconds