Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/inc/
H A Dpfuncache.hxx76 struct ScPrintPageLocation struct
82 ScPrintPageLocation() : in ScPrintPageLocation() argument
85 ScPrintPageLocation( long nP, const ScRange& rRange, const Rectangle& rRect ) : in ScPrintPageLocation() argument
100 std::vector<ScPrintPageLocation> aLocations;
111 bool FindLocation( const ScAddress& rCell, ScPrintPageLocation& rLocation ) const;
/trunk/main/sc/source/ui/view/
H A Dpfuncache.cxx132 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()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1241 ScPrintPageLocation aLocation; in render()

Completed in 33 milliseconds