Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1027 std::vector<SdrPageObj*> aHandoutPageObjects; in Print() local
1033 aHandoutPageObjects.push_back(pPageObj); in Print()
1035 if (aHandoutPageObjects.empty()) in Print()
1039 std::vector<SdrPageObj*>::iterator aPageObjIter (aHandoutPageObjects.begin()); in Print()
1043 iPageIndex!=iEnd && aPageObjIter!=aHandoutPageObjects.end(); in Print()
1056 while (aPageObjIter != aHandoutPageObjects.end()) in Print()
1065 int nSkip = aHandoutPageObjects.size() - nHangoverCount; in Print()

Completed in 15 milliseconds