Home
last modified time | relevance | path

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

/trunk/main/pyuno/source/module/
H A Dpyuno_adapter.cxx110 Sequence< sal_Int16 > Adapter::getOutIndexes( const OUString & functionName ) in getOutIndexes() argument
113 MethodOutIndexMap::const_iterator ii = m_methodOutIndexMap.find( functionName ); in getOutIndexes()
140 functionName, com::sun::star::beans::MethodConcept::ALL ); in getOutIndexes()
147 + functionName), in getOutIndexes()
180 m_methodOutIndexMap[ functionName ] = ret; in getOutIndexes()
H A Dpyuno_impl.hxx245 com::sun::star::uno::Sequence< sal_Int16 > getOutIndexes( const rtl::OUString & functionName );
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java194 String functionName = psu.function; in findScript() local
200 "\nfunction = " + functionName + in findScript()
208 …r.lang.IllegalArgumentException( "Cannot resolve script location for script = " + functionName ) ); in findScript()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java489 String functionName = fl.getStringFromID(functionID); in readFunctionToken() local
490 return (tf.getFunctionToken(functionName,fl.getArgCountFromString(functionName))); in readFunctionToken()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx424 OUString functionName (RTL_CONSTASCII_USTRINGPARAM ("CreateWindow")); in sfx2CreateWindow() local
425 … mSfx2CreateWidget = (WindowCreator) osl_getFunctionSymbol (mSfx2Library, functionName.pData); in sfx2CreateWindow()
/trunk/main/scripting/source/storage/
H A DScriptURI.hxx42 ::rtl::OUString functionName;
H A DScriptURI.cxx209 results.functionName = attr.copy( len2 + 1 ); in parseIt()
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlModel.idl74 …e name of a function defined in the report or a group. The format to use is rpt:[functionName]</li>

Completed in 46 milliseconds