#include <drawingml.hxx>
Definition at line 167 of file drawingml.hxx.
◆ GraphicExportCache()
oox::drawingml::GraphicExportCache::GraphicExportCache |
( |
| ) |
|
|
privatedefault |
◆ addExportGraphics()
void oox::drawingml::GraphicExportCache::addExportGraphics |
( |
BitmapChecksum |
aChecksum, |
|
|
OUString const & |
sPath |
|
) |
| |
|
inline |
◆ addToWdpCache()
void oox::drawingml::GraphicExportCache::addToWdpCache |
( |
OUString const & |
rFileId, |
|
|
OUString const & |
rId |
|
) |
| |
|
inline |
◆ findExportGraphics()
OUString oox::drawingml::GraphicExportCache::findExportGraphics |
( |
BitmapChecksum |
aChecksum | ) |
|
|
inline |
◆ findWdpID()
OUString oox::drawingml::GraphicExportCache::findWdpID |
( |
OUString const & |
rFileId | ) |
|
|
inline |
◆ get()
◆ hasExportGraphics()
bool oox::drawingml::GraphicExportCache::hasExportGraphics |
( |
| ) |
|
|
inline |
◆ hasWdpCache()
bool oox::drawingml::GraphicExportCache::hasWdpCache |
( |
| ) |
|
|
inline |
◆ nextImageCount()
sal_Int32 oox::drawingml::GraphicExportCache::nextImageCount |
( |
| ) |
|
|
inline |
◆ nextWdpImageCount()
sal_Int32 oox::drawingml::GraphicExportCache::nextWdpImageCount |
( |
| ) |
|
|
inline |
◆ pop()
void oox::drawingml::GraphicExportCache::pop |
( |
| ) |
|
|
inline |
◆ push()
void oox::drawingml::GraphicExportCache::push |
( |
| ) |
|
|
inline |
◆ maExportGraphics
std::stack<std::unordered_map<BitmapChecksum, OUString> > oox::drawingml::GraphicExportCache::maExportGraphics |
|
private |
◆ maWdpCache
std::stack<std::map<OUString, OUString> > oox::drawingml::GraphicExportCache::maWdpCache |
|
private |
◆ mnImageCounter
std::stack<sal_Int32> oox::drawingml::GraphicExportCache::mnImageCounter |
|
private |
◆ mnWdpImageCounter
std::stack<sal_Int32> oox::drawingml::GraphicExportCache::mnWdpImageCounter |
|
private |
The documentation for this class was generated from the following files: