Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFunctionManager.java131 return getCategory(Index); in getByIndex()
135 …public com.sun.star.report.meta.XFunctionCategory getCategory(int position) throws com.sun.star.la… in getCategory() method in SOFunctionManager
154 if (categories[i] == func.getCategory()) in getFunctionByName()
161 return new StarFunctionDescription(defaultContext, m_xContext, getCategory(i), func); in getFunctionByName()
H A DStarFunctionDescription.java112 public com.sun.star.report.meta.XFunctionCategory getCategory() in getCategory() method in StarFunctionDescription
/trunk/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx65 const formula::IFunctionCategory* FunctionManager::getCategory(sal_uInt32 _nPos) const in getCategory() function in rptui::FunctionManager
69 uno::Reference< report::meta::XFunctionCategory> xCategory = m_xMgr->getCategory(_nPos); in getCategory()
107 … uno::Reference< report::meta::XFunctionCategory> xCategory = _xFunctionDescription->getCategory(); in get()
172 const formula::IFunctionCategory* FunctionDescription::getCategory() const in getCategory() function in rptui::FunctionDescription
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java372 if (fmt.getCategory().equalsIgnoreCase(OfficeConstants.CELLTYPE_CURRENCY)) { in getCellContents()
375 else if (fmt.getCategory().equalsIgnoreCase(OfficeConstants.CELLTYPE_PERCENT)) { in getCellContents()
378 else if (fmt.getCategory().equalsIgnoreCase(OfficeConstants.CELLTYPE_DATE)) { in getCellContents()
381 else if (fmt.getCategory().equalsIgnoreCase(OfficeConstants.CELLTYPE_TIME)) { in getCellContents()
H A DMinicalcEncoder.java548 String category = fmt.getCategory(); in getFormat()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java112 category = fmt.getCategory(); in Format()
212 public String getCategory() { in getCategory() method in Format
400 return new String("Value : " + getValue() + " Category : " + getCategory()); in toString()
/trunk/main/formula/inc/formula/
H A DIFunctionDescription.hxx58 virtual const IFunctionCategory* getCategory(sal_uInt32 nPos) const = 0;
81 virtual const IFunctionCategory* getCategory() const = 0;
/trunk/main/sc/inc/
H A Dfuncdesc.hxx43 virtual const formula::IFunctionCategory* getCategory() const ;
165 virtual const formula::IFunctionCategory* getCategory(sal_uInt32 nPos) const;
/trunk/main/reportdesign/source/ui/inc/
H A DFunctionHelper.hxx55 virtual const formula::IFunctionCategory* getCategory(sal_uInt32 nPos) const;
73 virtual const formula::IFunctionCategory* getCategory() const ;
/trunk/main/formula/source/ui/dlg/
H A Dfuncpage.cxx109 const IFunctionCategory* pCategory = m_pFunctionManager->getCategory(j); in FuncPage()
152 impl_addFunctions(m_pFunctionManager->getCategory(i)); in UpdateFunctionList()
H A DFormulaHelper.cxx42 virtual const IFunctionCategory* getCategory() const { return NULL; } in getCategory() function in formula::__anon9c1112bd0111::OEmptyFunctionDescription
99 const IFunctionCategory* pCategory = m_pFunctionManager->getCategory(j); in GetNextFunc()
H A Dformula.cxx802 if ( pFuncDesc && pFuncDesc->getCategory() ) in FillListboxes()
804 if( pFuncPage->GetCategory() != pFuncDesc->getCategory()->getNumber() + 1 ) in FillListboxes()
805 pFuncPage->SetCategory(static_cast<sal_uInt16>(pFuncDesc->getCategory()->getNumber() + 1)); in FillListboxes()
/trunk/main/reportbuilder/java/com/sun/star/report/function/metadata/
H A DAuthorFunctionDescription.java42 public FunctionCategory getCategory() in getCategory() method in AuthorFunctionDescription
H A DTitleFunctionDescription.java42 public FunctionCategory getCategory() in getCategory() method in TitleFunctionDescription
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1658 const formula::IFunctionCategory* ScFuncDesc::getCategory() const in getCategory() function in ScFuncDesc
1660 return ScGlobal::GetStarCalcFunctionMgr()->getCategory(nCategory); in getCategory()
1864 const formula::IFunctionCategory* ScFunctionMgr::getCategory(sal_uInt32 nCategory) const in getCategory() function in ScFunctionMgr
/trunk/main/offapi/com/sun/star/report/meta/
H A DXFunctionManager.idl51 XFunctionCategory getCategory([in] long position)
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java68 String category = fmt.getCategory(); in Formula()
H A DExtendedFormat.java95 String category = fmt.getCategory(); in ExtendedFormat()
H A DWorkbook.java382 String category = fmt.getCategory(); in addCell()

Completed in 76 milliseconds