Searched refs:ScPrintFuncCache (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | pfuncache.cxx | 41 ScPrintFuncCache::ScPrintFuncCache( ScDocShell* pD, const ScMarkData& rMark, in ScPrintFuncCache() function in ScPrintFuncCache 88 ScPrintFuncCache::~ScPrintFuncCache() in ~ScPrintFuncCache() 92 void ScPrintFuncCache::InitLocations( const ScMarkData& rMark, OutputDevice* pDev ) in InitLocations() 144 bool ScPrintFuncCache::FindLocation( const ScAddress& rCell, ScPrintPageLocation& rLocation ) const in FindLocation() 158 sal_Bool ScPrintFuncCache::IsSameSelection( const ScPrintSelectionStatus& rStatus ) const in IsSameSelection() 163 SCTAB ScPrintFuncCache::GetTabForPage( long nPage ) const in GetTabForPage() 173 long ScPrintFuncCache::GetTabStart( SCTAB nTab ) const in GetTabStart() 181 long ScPrintFuncCache::GetDisplayStart( SCTAB nTab ) const in GetDisplayStart()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | pfuncache.hxx | 93 class ScPrintFuncCache class 104 ScPrintFuncCache( ScDocShell* pD, const ScMarkData& rMark, 106 ~ScPrintFuncCache();
|
/aoo42x/main/sc/inc/ |
H A D | docuno.hxx | 63 class ScPrintFuncCache; 94 ScPrintFuncCache* pPrintFuncCache;
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 968 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRendererCount() 1017 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRenderer() 1121 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in render()
|
Completed in 32 milliseconds