Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx893 const SfxUInt16Item* pScaleToPagesItem = NULL; in InitParam() local
909 (const SfxPoolItem**)&pScaleToPagesItem ); in InitParam()
911 pScaleToPagesItem = (const SfxUInt16Item*) in InitParam()
914 DBG_ASSERT( pScaleItem && pScaleToItem && pScaleToPagesItem, "Missing ScaleItem! :-/" ); in InitParam()
931 if ( pScaleItem && pScaleToItem && pScaleToPagesItem ) in InitParam()
934 sal_uInt16 nScaleToPages = pScaleToPagesItem->GetValue(); in InitParam()

Completed in 33 milliseconds