Searched refs:xCursorProp (Results 1 – 2 of 2) sorted by relevance
182 XPropertySet xCursorProp = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment() local184 tEnv.addObjRelation("PropertyNames", getPropertyNames(xCursorProp)); in createTestEnvironment()
2387 … uno::Reference<beans::XPropertySet> xCursorProp(xCellText->createTextCursor(), uno::UNO_QUERY); in _ExportAutoStyles() local2388 … ScDrawTextCursor* pCursor = ScDrawTextCursor::getImplementation( xCursorProp ); in _ExportAutoStyles()2393 … std::vector<XMLPropertyState> xPropStates(xTextPropMapper->Filter(xCursorProp)); in _ExportAutoStyles()2423 … uno::Reference<beans::XPropertySet> xCursorProp(xCellText->createTextCursor(), uno::UNO_QUERY); in _ExportAutoStyles() local2424 ScCellTextCursor* pCursor = ScCellTextCursor::getImplementation( xCursorProp ); in _ExportAutoStyles()2429 … std::vector<XMLPropertyState> xPropStates(xTextPropMapper->Filter(xCursorProp)); in _ExportAutoStyles()
Completed in 33 milliseconds