Home
last modified time | relevance | path

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

/aoo4110/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx221 void createSharedFormula(
226 void createSharedFormula(
253 …void createSharedFormula( const BinAddress& rMapKey, const ApiTokenSequence& rToken…
/aoo4110/main/oox/source/xls/
H A Dsheetdatabuffer.cxx479 void SheetDataBuffer::createSharedFormula( sal_Int32 nSharedId, const ApiTokenSequence& rTokens ) in createSharedFormula() function in oox::xls::SheetDataBuffer
481 createSharedFormula( BinAddress( nSharedId, 0 ), rTokens ); in createSharedFormula()
484 void SheetDataBuffer::createSharedFormula( const CellAddress& rCellAddr, const ApiTokenSequence& rT… in createSharedFormula() function in oox::xls::SheetDataBuffer
486 createSharedFormula( BinAddress( rCellAddr ), rTokens ); in createSharedFormula()
668 void SheetDataBuffer::createSharedFormula( const BinAddress& rMapKey, const ApiTokenSequence& rToke… in createSharedFormula() function in oox::xls::SheetDataBuffer
H A Dsheetdatacontext.cxx181 mrSheetData.createSharedFormula( maFmlaData.mnSharedId, maTokens ); in onEndElement()
557 mrSheetData.createSharedFormula( maCellData.maCellAddr, aTokens ); in importSharedFmla()
985 mrSheetData.createSharedFormula( maCellData.maCellAddr, aTokens ); in importSharedFmla()

Completed in 16 milliseconds