Searched refs:pPrinterOptions (Results 1 – 3 of 3) sorted by relevance
253 SdOptionsPrintItem* pPrinterOptions = NULL; in _setPropertyValues() local254 ….GetItemState( ATTR_OPTIONS_PRINT, sal_False, (const SfxPoolItem**) &pPrinterOptions) == SFX_ITEM_… in _setPropertyValues()255 aOptionsPrintItem.GetOptionsPrint() = pPrinterOptions->GetOptionsPrint(); in _setPropertyValues()896 SdOptionsPrintItem* pPrinterOptions = NULL; in _getPropertyValues() local897 ….GetItemState( ATTR_OPTIONS_PRINT, sal_False, (const SfxPoolItem**) &pPrinterOptions) == SFX_ITEM_… in _getPropertyValues()898 aOptionsPrintItem.GetOptionsPrint() = pPrinterOptions->GetOptionsPrint(); in _getPropertyValues()
357 pPrinterOptions( NULL ), in ScModelObj()376 delete pPrinterOptions; in ~ScModelObj()1035 if( ! pPrinterOptions ) in getRenderer()1036 pPrinterOptions = new ScPrintUIOptions; in getRenderer()1038 pPrinterOptions->SetDefaults(); in getRenderer()1039 pPrinterOptions->appendPrintUIOptions( aSequence ); in getRenderer()1093 if( ! pPrinterOptions ) in getRenderer()1094 pPrinterOptions = new ScPrintUIOptions; in getRenderer()1096 pPrinterOptions->SetDefaults(); in getRenderer()1097 pPrinterOptions->appendPrintUIOptions( aSequence ); in getRenderer()
97 ScPrintUIOptions* pPrinterOptions; member in ScModelObj