Home
last modified time | relevance | path

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

/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java105 private static String sourceName = EMPTY; field in Convert
231 OutputHandler.out("Source File is: " + sourceName); in printPreamble()
343 sourceName = new String(args[0]); in checkClParameters()
345 File source = new File(sourceName); in checkClParameters()
349 + sourceName + "'. Aborting..."); in checkClParameters()
492 if (!(EMPTY.equals(sourceName) || sourceName == null)) { in createContentOfClParameters()
493 sourceType = extractExtension(sourceName); in createContentOfClParameters()
508 if (EMPTY.equals(sourceName)) { in createContentOfClParameters()
509 sourceName = filePath + fileName + "." + sourceType; in createContentOfClParameters()
526 }else if (targetName.equals(Convert.sourceName)){ in createContentOfClParameters()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFormTools.java259 public static XLoadable bindForm( XTextDocument aDoc, String sourceName, String tableName ) in bindForm() argument
265 formProps.setPropertyValue("DataSourceName",sourceName); in bindForm()
302 public static XLoadable bindForm( XTextDocument aDoc, String formName, String sourceName, in bindForm() argument
308 formProps.setPropertyValue("DataSourceName",sourceName); in bindForm()
/trunk/main/forms/source/xforms/
H A Ddatatyperepository.cxx151 … > SAL_CALL ODataTypeRepository::cloneDataType( const ::rtl::OUString& sourceName, const ::rtl::OU… in cloneDataType() argument
159 aTypePos = implLocate( sourceName ); in cloneDataType()
H A Ddatatyperepository.hxx63 …:star::xsd::XDataType > SAL_CALL cloneDataType( const ::rtl::OUString& sourceName, const ::rtl::OU…
/trunk/main/offapi/com/sun/star/xforms/
H A DXDataTypeRepository.idl87 cloneDataType( [in] string sourceName, [in] string newName )

Completed in 27 milliseconds