Searched refs:createItem (Results 1 – 9 of 9) sorted by relevance
324 PivotCacheItem& rItem = createItem(); in importItem()345 PivotCacheItem& rItem = createItem(); in importItem()372 case BIFF_ID_PCITEM_MISSING: createItem(); break; in importItemList()373 case BIFF_ID_PCITEM_STRING: createItem().readString( rStrm, *this ); break; in importItemList()374 case BIFF_ID_PCITEM_DOUBLE: createItem().readDouble( rStrm ); break; in importItemList()375 case BIFF_ID_PCITEM_INTEGER: createItem().readInteger( rStrm ); break; in importItemList()400 PivotCacheItem& PivotCacheItemList::createItem() in createItem() function in oox::xls::PivotCacheItemList414 case BIFF12_PCITEM_ARRAY_DOUBLE: createItem().readDouble( rStrm ); break; in importArray()415 case BIFF12_PCITEM_ARRAY_STRING: createItem().readString( rStrm ); break; in importArray()416 case BIFF12_PCITEM_ARRAY_ERROR: createItem().readError( rStrm ); break; in importArray()[all …]
48 virtual NameOrIndex* createItem() const throw();82 NameOrIndex* SvxUnoGradientTable::createItem() const throw() in createItem() function in SvxUnoGradientTable
48 virtual NameOrIndex* createItem() const throw();80 NameOrIndex* SvxUnoHatchTable::createItem() const throw() in createItem() function in SvxUnoHatchTable
49 virtual NameOrIndex* createItem() const throw();81 NameOrIndex* SvxUnoDashTable::createItem() const throw() in createItem() function in SvxUnoDashTable
48 virtual NameOrIndex* createItem() const throw();80 NameOrIndex* SvxUnoTransGradientTable::createItem() const throw() in createItem() function in SvxUnoTransGradientTable
51 virtual NameOrIndex* createItem() const throw();100 NameOrIndex* SvxUnoBitmapTable::createItem() const throw() in createItem() function in SvxUnoBitmapTable
104 NameOrIndex* pNewItem = createItem(); in ImplInsertByName()186 NameOrIndex* pNewItem = createItem(); in replaceByName()
60 virtual NameOrIndex* createItem() const throw() = 0;
129 PivotCacheItem& createItem();
Completed in 52 milliseconds