Home
last modified time | relevance | path

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

/aoo41x/test/testuno/source/fvt/uno/sc/cell/
H A DCellEffectOverline.java184 SCUtil.setCellProperties(cells[i], inputType[0], inputStyle); in testCharOverline()
186 SCUtil.setCellProperties(cells[i], inputType[1], true); in testCharOverline()
187 SCUtil.setCellProperties(cells[i], inputType[2], inputColor); in testCharOverline()
H A DCellEffectUnderline.java183 SCUtil.setCellProperties(cells[i], inputType[0], inputStyle); in testCharUnderline()
185 SCUtil.setCellProperties(cells[i], inputType[1], true); in testCharUnderline()
186 SCUtil.setCellProperties(cells[i], inputType[2], inputColor); in testCharUnderline()
H A DCellFontSize.java145 SCUtil.setCellProperties(cells[i], inputType, inputData[i]); in testCellFontSize()
H A DCellColor.java151 SCUtil.setCellProperties(cells[i], inputType, inputData[i]); in testCellColor()
H A DCellProtected.java156 SCUtil.setCellProperties(cells[i], inputType, inputProtectProps); in testCellProtected()
H A DCellAlignment.java161 SCUtil.setCellProperties(cells[i], inputType, inputValue); in testCellAlignment()
H A DCellBorder.java197 SCUtil.setCellProperties(cells[i], borderType[j], borderLine); in testCellBorder()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLParserState.hxx92 void setCellProperties(OOXMLPropertySet::Pointer_t pProps);
H A DOOXMLParserState.cxx158 void OOXMLParserState::setCellProperties in setCellProperties() function in writerfilter::ooxml::OOXMLParserState
H A DOOXMLFastContextHandler.cxx884 mpParserState->setCellProperties(getPropertySet()); in propagateCellProperties()
/aoo41x/test/testuno/source/testlib/uno/
H A DSCUtil.java497 public static void setCellProperties(XCell xCell, String propName, Object value) throws Exception { in setCellProperties() method in SCUtil

Completed in 48 milliseconds