Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A DPageMasterImportPropMapper.cxx116 XMLPropertyState* pFooterBorderWidths[4] = { NULL, NULL, NULL, NULL }; in finished() local
183 case CTF_PM_FOOTERBORDERWIDTHLEFT : pFooterBorderWidths[XML_LINE_LEFT] = property; break; in finished()
184 case CTF_PM_FOOTERBORDERWIDTHRIGHT : pFooterBorderWidths[XML_LINE_RIGHT] = property; break; in finished()
185 case CTF_PM_FOOTERBORDERWIDTHTOP : pFooterBorderWidths[XML_LINE_TOP] = property; break; in finished()
186 case CTF_PM_FOOTERBORDERWIDTHBOTTOM : pFooterBorderWidths[XML_LINE_BOTTOM] = property; break; in finished()
296 if( !pFooterBorderWidths[i] ) in finished()
297 pFooterBorderWidths[i] = pAllFooterBorderWidthProperty; in finished()
299 pFooterBorderWidths[i]->mnIndex = -1; in finished()
304 if( pFooterBorderWidths[i] ) in finished()
307 pFooterBorderWidths[i]->maValue >>= aBorderLineWidth; in finished()

Completed in 8 milliseconds