Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1577 sal_Int16 aZoomType = view::DocumentZoomType::OPTIMAL; in GetZoomType() local
1585 aZoomType = view::DocumentZoomType::BY_VALUE; in GetZoomType()
1588 aZoomType = view::DocumentZoomType::OPTIMAL; in GetZoomType()
1591 aZoomType = view::DocumentZoomType::ENTIRE_PAGE; in GetZoomType()
1594 aZoomType = view::DocumentZoomType::PAGE_WIDTH; in GetZoomType()
1597 aZoomType = view::DocumentZoomType::PAGE_WIDTH_EXACT; in GetZoomType()
1601 return aZoomType; in GetZoomType()
1604 void ScTabViewObj::SetZoomType(sal_Int16 aZoomType) in SetZoomType() argument
1613 switch (aZoomType) in SetZoomType()

Completed in 34 milliseconds