Searched refs:pScaleToItem (Results 1 – 2 of 2) sorted by relevance
892 const ScPageScaleToItem* pScaleToItem = NULL; in InitParam() local903 (const SfxPoolItem**)&pScaleToItem ); in InitParam()905 pScaleToItem = (const ScPageScaleToItem*) in InitParam()914 DBG_ASSERT( pScaleItem && pScaleToItem && pScaleToPagesItem, "Missing ScaleItem! :-/" ); in InitParam()931 if ( pScaleItem && pScaleToItem && pScaleToPagesItem ) in InitParam()938 aTableParam.bScaleTo = pScaleToItem->IsValid(); in InitParam()941 aTableParam.nScaleWidth = pScaleToItem->GetWidth(); in InitParam()942 aTableParam.nScaleHeight = pScaleToItem->GetHeight(); in InitParam()
144 const ScPageScaleToItem* pScaleToItem = static_cast<const ScPageScaleToItem*>(pItem); in UpdatePageBreaks() local145 if ( pScaleToItem->GetWidth() > 0 ) in UpdatePageBreaks()147 if ( pScaleToItem->GetHeight() > 0 ) in UpdatePageBreaks()
Completed in 38 milliseconds