Searched refs:pPrinterOptions (Results 1 – 3 of 3) sorted by relevance
254 SdOptionsPrintItem* pPrinterOptions = NULL; in _setPropertyValues() local255 ….GetItemState( ATTR_OPTIONS_PRINT, sal_False, (const SfxPoolItem**) &pPrinterOptions) == SFX_ITEM_… in _setPropertyValues()256 aOptionsPrintItem.GetOptionsPrint() = pPrinterOptions->GetOptionsPrint(); in _setPropertyValues()897 SdOptionsPrintItem* pPrinterOptions = NULL; in _getPropertyValues() local898 ….GetItemState( ATTR_OPTIONS_PRINT, sal_False, (const SfxPoolItem**) &pPrinterOptions) == SFX_ITEM_… in _getPropertyValues()899 aOptionsPrintItem.GetOptionsPrint() = pPrinterOptions->GetOptionsPrint(); in _getPropertyValues()
357 pPrinterOptions( NULL ), in ScModelObj()376 delete pPrinterOptions; in ~ScModelObj()1040 if( ! pPrinterOptions ) in getRenderer()1041 pPrinterOptions = new ScPrintUIOptions; in getRenderer()1043 pPrinterOptions->SetDefaults(); in getRenderer()1044 pPrinterOptions->appendPrintUIOptions( aSequence ); in getRenderer()1098 if( ! pPrinterOptions ) in getRenderer()1099 pPrinterOptions = new ScPrintUIOptions; in getRenderer()1101 pPrinterOptions->SetDefaults(); in getRenderer()1102 pPrinterOptions->appendPrintUIOptions( aSequence ); in getRenderer()
97 ScPrintUIOptions* pPrinterOptions; member in ScModelObj