Lines Matching refs:XMLPropertyState

87 void ScXMLCellImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_In…  in finished()
95 XMLPropertyState* pAllPaddingProperty(NULL); in finished()
96 XMLPropertyState* pPadding[4] = { NULL, NULL, NULL, NULL }; in finished()
97 XMLPropertyState* pNewPadding[4] = { NULL, NULL, NULL, NULL }; in finished()
98 XMLPropertyState* pAllBorderProperty = NULL; in finished()
99 XMLPropertyState* pBorders[4] = { NULL, NULL, NULL, NULL }; in finished()
100 XMLPropertyState* pNewBorders[4] = { NULL, NULL, NULL, NULL }; in finished()
101 XMLPropertyState* pAllBorderWidthProperty = NULL; in finished()
102 XMLPropertyState* pBorderWidths[4] = { NULL, NULL, NULL, NULL }; in finished()
103 XMLPropertyState* pDiagBorders[2] = { 0 }; in finished()
104 XMLPropertyState* pOldDiagBorderWidths[2] = { 0 }; // old attribute names without "s" in finished()
105 XMLPropertyState* pDiagBorderWidths[2] = { 0 }; in finished()
107 ::std::vector< XMLPropertyState >::iterator endproperty(rProperties.end()); in finished()
108 for (::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); in finished()
111 XMLPropertyState*property = &(*aIter); in finished()
154 …pNewPadding[i] = new XMLPropertyState(maPropMapper->FindEntryIndex(aPaddingCTF[i]), pAllPaddingPro… in finished()
157 …pNewBorders[i] = new XMLPropertyState(maPropMapper->FindEntryIndex(aBorderCTF[i]), pAllBorderPrope… in finished()
227 void ScXMLRowImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_Int… in finished()
230 XMLPropertyState* pHeight(NULL); in finished()
231 XMLPropertyState* pOptimalHeight(NULL); in finished()
232 XMLPropertyState* pPageBreak(NULL); in finished()
233 ::std::vector< XMLPropertyState >::iterator endproperty(rProperties.end()); in finished()
234 for (::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); in finished()
237 XMLPropertyState* property = &(*aIter); in finished()
271 …rProperties.push_back(XMLPropertyState(maPropMapper->FindEntryIndex(CTF_SC_ROWOPTIMALHEIGHT), ::cp… in finished()
561 XMLPropertyState* property = FindProperty(nContextID); in AddProperty()
566 XMLPropertyState aPropState(nIndex, rValue); in AddProperty()
570 XMLPropertyState* XMLTableStyleContext::FindProperty(const sal_Int16 nContextID) in FindProperty()
572 XMLPropertyState* pRet = NULL; in FindProperty()
581 ::std::vector< XMLPropertyState >::iterator endproperty(GetProperties().end()); in FindProperty()
582 ::std::vector< XMLPropertyState >::iterator aIter(GetProperties().begin()); in FindProperty()
585 XMLPropertyState* property = &(*aIter); in FindProperty()