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.cxx254 SdOptionsPrintItem* pPrinterOptions = NULL; in _setPropertyValues() local
255 ….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() local
898 ….GetItemState( ATTR_OPTIONS_PRINT, sal_False, (const SfxPoolItem**) &pPrinterOptions) == SFX_ITEM_… in _getPropertyValues()
899 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()
1038 if( ! pPrinterOptions ) in getRenderer()
1039 pPrinterOptions = new ScPrintUIOptions; in getRenderer()
1041 pPrinterOptions->SetDefaults(); in getRenderer()
1042 pPrinterOptions->appendPrintUIOptions( aSequence ); in getRenderer()
1096 if( ! pPrinterOptions ) in getRenderer()
1097 pPrinterOptions = new ScPrintUIOptions; in getRenderer()
1099 pPrinterOptions->SetDefaults(); in getRenderer()
1100 pPrinterOptions->appendPrintUIOptions( aSequence ); in getRenderer()
/trunk/main/sc/inc/
H A Ddocuno.hxx95 ScPrintUIOptions* pPrinterOptions; member in ScModelObj

Completed in 66 milliseconds