Searched refs:ScPrintPageLocation (Results 1 – 3 of 3) sorted by relevance
76 struct ScPrintPageLocation struct82 ScPrintPageLocation() : in ScPrintPageLocation() argument85 ScPrintPageLocation( long nP, const ScRange& rRange, const Rectangle& rRect ) : in ScPrintPageLocation() argument100 std::vector<ScPrintPageLocation> aLocations;111 bool FindLocation( const ScAddress& rCell, ScPrintPageLocation& rLocation ) const;
132 aLocations.push_back( ScPrintPageLocation( nRenderer, aCellRange, aPixRect ) ); in InitLocations()144 bool ScPrintFuncCache::FindLocation( const ScAddress& rCell, ScPrintPageLocation& rLocation ) const in FindLocation()146 for ( std::vector<ScPrintPageLocation>::const_iterator aIter(aLocations.begin()); in FindLocation()
1241 ScPrintPageLocation aLocation; in render()
Completed in 33 milliseconds