Lines Matching refs:XMLPropertyState

57 		XMLPropertyState& rProperty,  in handleSpecialItem()
58 ::std::vector< XMLPropertyState >& rProperties, in handleSpecialItem()
90 void PageMasterImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_I… in finished()
93 XMLPropertyState* pAllPaddingProperty = NULL; in finished()
94 XMLPropertyState* pPadding[4] = { NULL, NULL, NULL, NULL }; in finished()
95 XMLPropertyState* pNewPadding[4] = { NULL, NULL, NULL, NULL }; in finished()
96 XMLPropertyState* pAllBorderProperty = NULL; in finished()
97 XMLPropertyState* pBorders[4] = { NULL, NULL, NULL, NULL }; in finished()
98 XMLPropertyState* pNewBorders[4] = { NULL, NULL, NULL, NULL }; in finished()
99 XMLPropertyState* pAllBorderWidthProperty = NULL; in finished()
100 XMLPropertyState* pBorderWidths[4] = { NULL, NULL, NULL, NULL }; in finished()
101 XMLPropertyState* pAllHeaderPaddingProperty = NULL; in finished()
102 XMLPropertyState* pHeaderPadding[4] = { NULL, NULL, NULL, NULL }; in finished()
103 XMLPropertyState* pHeaderNewPadding[4] = { NULL, NULL, NULL, NULL }; in finished()
104 XMLPropertyState* pAllHeaderBorderProperty = NULL; in finished()
105 XMLPropertyState* pHeaderBorders[4] = { NULL, NULL, NULL, NULL }; in finished()
106 XMLPropertyState* pHeaderNewBorders[4] = { NULL, NULL, NULL, NULL }; in finished()
107 XMLPropertyState* pAllHeaderBorderWidthProperty = NULL; in finished()
108 XMLPropertyState* pHeaderBorderWidths[4] = { NULL, NULL, NULL, NULL }; in finished()
109 XMLPropertyState* pAllFooterPaddingProperty = NULL; in finished()
110 XMLPropertyState* pFooterPadding[4] = { NULL, NULL, NULL, NULL }; in finished()
111 XMLPropertyState* pFooterNewPadding[4] = { NULL, NULL, NULL, NULL }; in finished()
112 XMLPropertyState* pAllFooterBorderProperty = NULL; in finished()
113 XMLPropertyState* pFooterBorders[4] = { NULL, NULL, NULL, NULL }; in finished()
114 XMLPropertyState* pFooterNewBorders[4] = { NULL, NULL, NULL, NULL }; in finished()
115 XMLPropertyState* pAllFooterBorderWidthProperty = NULL; in finished()
116 XMLPropertyState* pFooterBorderWidths[4] = { NULL, NULL, NULL, NULL }; in finished()
117 XMLPropertyState* pHeaderHeight = NULL; in finished()
118 XMLPropertyState* pHeaderMinHeight = NULL; in finished()
119 XMLPropertyState* pHeaderDynamic = NULL; in finished()
120 XMLPropertyState* pFooterHeight = NULL; in finished()
121 XMLPropertyState* pFooterMinHeight = NULL; in finished()
122 XMLPropertyState* pFooterDynamic = NULL; in finished()
123 XMLPropertyState* pAllMarginProperty = NULL; in finished()
124 XMLPropertyState* pMargins[4] = { NULL, NULL, NULL, NULL }; in finished()
125 ::std::auto_ptr<XMLPropertyState> pNewMargins[4]; in finished()
126 XMLPropertyState* pAllHeaderMarginProperty = NULL; in finished()
127 XMLPropertyState* pHeaderMargins[4] = { NULL, NULL, NULL, NULL }; in finished()
128 ::std::auto_ptr<XMLPropertyState> pNewHeaderMargins[4]; in finished()
129 XMLPropertyState* pAllFooterMarginProperty = NULL; in finished()
130 XMLPropertyState* pFooterMargins[4] = { NULL, NULL, NULL, NULL }; in finished()
131 ::std::auto_ptr<XMLPropertyState> pNewFooterMargins[4]; in finished()
133 ::std::vector< XMLPropertyState >::iterator aEnd = rProperties.end(); in finished()
134 …for (::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); aIter != aEnd; ++aIt… in finished()
136 XMLPropertyState *property = &(*aIter); in finished()
229 pNewMargins[i].reset(new XMLPropertyState( in finished()
235 pNewHeaderMargins[i].reset(new XMLPropertyState( in finished()
241 pNewFooterMargins[i].reset(new XMLPropertyState( in finished()
246 …pNewPadding[i] = new XMLPropertyState(pAllPaddingProperty->mnIndex + 1 + i, pAllPaddingProperty->m… in finished()
249 …pNewBorders[i] = new XMLPropertyState(pAllBorderProperty->mnIndex + 1 + i, pAllBorderProperty->maV… in finished()
271 …pHeaderNewPadding[i] = new XMLPropertyState(pAllHeaderPaddingProperty->mnIndex + 1 + i, pAllHeader… in finished()
273 …pHeaderNewBorders[i] = new XMLPropertyState(pAllHeaderBorderProperty->mnIndex + 1 + i, pAllHeaderB… in finished()
293 …pFooterNewPadding[i] = new XMLPropertyState(pAllFooterPaddingProperty->mnIndex + 1 + i, pAllFooter… in finished()
295 …pFooterNewBorders[i] = new XMLPropertyState(pAllFooterBorderProperty->mnIndex + 1 + i, pAllFooterB… in finished()
321 pHeaderDynamic = new XMLPropertyState(pHeaderHeight->mnIndex + 2, aAny); in finished()
328 pHeaderDynamic = new XMLPropertyState(pHeaderMinHeight->mnIndex + 1, aAny); in finished()
335 pFooterDynamic = new XMLPropertyState(pFooterHeight->mnIndex + 2, aAny); in finished()
342 pFooterDynamic = new XMLPropertyState(pFooterMinHeight->mnIndex + 1, aAny); in finished()