Searched refs:mpOptions (Results 1 – 2 of 2) sorted by relevance
1223 mpOptions(), in Implementation()1291 if ( ! mpOptions ) in ProcessProperties()1292 mpOptions.reset(new PrintOptions(*this, maSlidesPerPage)); in ProcessProperties()1380 && mpOptions->IsWarningOrientation()) in PrintPage()1426 ::boost::scoped_ptr<PrintOptions> mpOptions;1449 if( ! mpOptions->IsBooklet()) in SetupPaperOrientation()1492 PrintInfo aInfo (mpPrinter, mpOptions->GetPrinterSelection(), mrBase.GetMainViewShell()); in PreparePages()1514 if (mpOptions->IsDate()) in PreparePages()1520 if (mpOptions->IsTime()) in PreparePages()1527 switch (mpOptions->GetOutputQuality()) in PreparePages()[all …]
1719 const HTMLOptions* mpOptions; /// The options array. member in ScHTMLOptionIterator1736 mpOptions( 0 ), in ScHTMLOptionIterator()1743 mpOptions = pParser->GetOptions(); in ScHTMLOptionIterator()1744 if( mpOptions ) in ScHTMLOptionIterator()1745 mnCount = mpOptions->Count(); in ScHTMLOptionIterator()1747 mpCurrOption = mpOptions->GetObject( 0 ); in ScHTMLOptionIterator()1753 mpCurrOption = (mnIndex < mnCount) ? mpOptions->GetObject( mnIndex ) : 0; in operator ++()