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()
359 pPrinterOptions( NULL ), in ScModelObj()378 delete pPrinterOptions; in ~ScModelObj()1042 if( ! pPrinterOptions ) in getRenderer()1043 pPrinterOptions = new ScPrintUIOptions; in getRenderer()1045 pPrinterOptions->SetDefaults(); in getRenderer()1046 pPrinterOptions->appendPrintUIOptions( aSequence ); in getRenderer()1100 if( ! pPrinterOptions ) in getRenderer()1101 pPrinterOptions = new ScPrintUIOptions; in getRenderer()1103 pPrinterOptions->SetDefaults(); in getRenderer()1104 pPrinterOptions->appendPrintUIOptions( aSequence ); in getRenderer()
97 ScPrintUIOptions* pPrinterOptions; member in ScModelObj