Home
last modified time | relevance | path

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

/aoo41x/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx165 m_aParameter = m_xFunctionDescription->getArguments(); in FunctionDescription()
184 return static_cast<xub_StrLen>(m_aParameter.getLength()); in getSuppressedArgumentCount()
204 const sal_Int32 nCount = m_aParameter.getLength(); in fillVisibleArgumentMapping()
227 return m_aParameter.getLength(); in getParameterCount()
232 if ( _nPos < static_cast<sal_uInt32>(m_aParameter.getLength()) ) in getParameterName()
233 return m_aParameter[_nPos].Name; in getParameterName()
239 if ( _nPos < static_cast<sal_uInt32>(m_aParameter.getLength()) ) in getParameterDescription()
240 return m_aParameter[_nPos].Description; in getParameterDescription()
246 if ( _nPos < static_cast<sal_uInt32>(m_aParameter.getLength()) ) in isParameterOptional()
247 return m_aParameter[_nPos].IsOptional; in isParameterOptional()
/aoo41x/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx241 OString m_aParameter; member
250 m_aParameter( m_pParameter ), in GetPPDAttribs()
277 OString aResult = m_pFunction( m_aParameter.getStr() ); in executeCall()
292 fprintf( stderr, "cupsGetPPD %s timed out\n", m_aParameter.getStr() ); in waitResult()
/aoo41x/main/reportdesign/source/ui/inc/
H A DFunctionHelper.hxx65 ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FunctionArgument > m_aParameter;

Completed in 24 milliseconds