Searched refs:pScaleToPagesItem (Results 1 – 1 of 1) sorted by relevance
893 const SfxUInt16Item* pScaleToPagesItem = NULL; in InitParam() local909 (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 27 milliseconds