Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A DPageMasterImportPropMapper.cxx96 XMLPropertyState* pAllBorderProperty = NULL; in finished() local
147 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()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx98 XMLPropertyState* pAllBorderProperty = NULL; in finished() local
122 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 31 milliseconds