Home
last modified time | relevance | path

Searched refs:pPrinterOptions (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx253 SdOptionsPrintItem* pPrinterOptions = NULL; in _setPropertyValues() local
254 ….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() local
897 ….GetItemState( ATTR_OPTIONS_PRINT, sal_False, (const SfxPoolItem**) &pPrinterOptions) == SFX_ITEM_… in _getPropertyValues()
898 aOptionsPrintItem.GetOptionsPrint() = pPrinterOptions->GetOptionsPrint(); in _getPropertyValues()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx357 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()
/trunk/main/sc/inc/
H A Ddocuno.hxx97 ScPrintUIOptions* pPrinterOptions; member in ScModelObj