Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dworkbookfragment.cxx146 … case BIFF12_ID_DEFINEDNAME: getDefinedNames().importDefinedName( rStrm ); break; in onCreateRecordContext()
287 getDefinedNames().finalizeImport(); in finalizeImport()
323 mxCurrName = getDefinedNames().importDefinedName( rAttribs ); in importDefinedName()
655 getDefinedNames().finalizeImport(); in importGlobalsFragment()
H A Dworkbookhelper.cxx159 inline DefinedNamesBuffer& getDefinedNames() const { return *mxDefNames; } in getDefinedNames() function in oox::xls::WorkbookGlobals
794 DefinedNamesBuffer& WorkbookHelper::getDefinedNames() const in getDefinedNames() function in oox::xls::WorkbookHelper
796 return mrBookGlob.getDefinedNames(); in getDefinedNames()
H A Dautofilterbuffer.cxx765 …if( const DefinedName* pFilterDBName = getDefinedNames().getByBuiltinId( BIFF_DEFNAME_FILTERDATABA… in finalizeImport()
779 …if( const DefinedName* pCriteriaName = getDefinedNames().getByBuiltinId( BIFF_DEFNAME_CRITERIA, nS… in finalizeImport()
794 … DefinedNameRef xExtractName = getDefinedNames().getByBuiltinId( BIFF_DEFNAME_EXTRACT, nSheet ); in finalizeImport()
H A Dformulaparser.cxx1263 if( const DefinedName* pDefName = getDefinedNames().getByTokenIndex( nTokenIndex ).get() ) in resolveDefinedName()
1792 return pushDefinedNameOperand( getDefinedNames().getByIndex( nNameId - 1 ) ); in pushBiff12Name()
2738 …return pushDefinedNameOperand( getDefinedNames().getByIndex( static_cast< sal_Int32 >( nNameId ) -… in pushBiffName()
2961 const DefinedName* pDefName = getDefinedNames().getByModelName( aMacroName ).get(); in importMacroName()
H A Dexternallinkfragment.cxx503 getDefinedNames().importDefinedName( rStrm ); in importDefinedName()
H A Dquerytablebuffer.cxx327 … DefinedNameRef xDefName = getDefinedNames().getByModelName( aDefName, getSheetIndex() ); in finalizeImport()
H A Dpivotcachebuffer.cxx1377 …if( const DefinedName* pDefName = getDefinedNames().getByModelName( maSheetSrcModel.maDefName, nSh… in finalizeInternalSheetSource()
/trunk/main/oox/inc/oox/xls/
H A Dworkbookhelper.hxx222 DefinedNamesBuffer& getDefinedNames() const;
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java113 Enumeration e = wb.getDefinedNames(); in getNameDefinitions()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java221 Enumeration e = wb.getDefinedNames(); in readNameToken()
H A DTokenEncoder.java328 Enumeration e = wb.getDefinedNames(); in nameDefinitionEncoder()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java305 public Enumeration getDefinedNames() { in getDefinedNames() method in Workbook

Completed in 114 milliseconds