Home
last modified time | relevance | path

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

/aoo42x/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsDocumentContent.java147 PropertyValue[] titleProp = new PropertyValue[1]; in checkTransientDocumentsDocumentContent() local
148 titleProp[0] = new PropertyValue(); in checkTransientDocumentsDocumentContent()
149 titleProp[0].Name = "Title"; in checkTransientDocumentsDocumentContent()
150 titleProp[0].Handle = -1; in checkTransientDocumentsDocumentContent()
151 titleProp[0].Value = folderName; in checkTransientDocumentsDocumentContent()
154 titleSetCommand.Argument = titleProp; in checkTransientDocumentsDocumentContent()

Completed in 24 milliseconds