Home
last modified time | relevance | path

Searched refs:rOptions (Results 1 – 25 of 81) sorted by last modified time

1234

/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1538 void SAL_CALL SfxBaseModel::print(const uno::Sequence< beans::PropertyValue >& rOptions) in print() argument
1544 m_pData->m_xPrintable->print( rOptions ); in print()
H A Dprinthelper.cxx576 void SAL_CALL SfxPrintHelper::print(const uno::Sequence< beans::PropertyValue >& rOptions) in print() argument
606 uno::Sequence < beans::PropertyValue > aCheckedArgs( rOptions.getLength() ); in print()
610 for ( int n = 0; n < rOptions.getLength(); ++n ) in print()
613 const beans::PropertyValue &rProp = rOptions.getConstArray()[n]; in print()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1112 ImplFontOptions& rOptions) const in getFontOptions()
1115 (void)rInfo;(void)nSize;(void)subcallback;(void)rOptions; in getFontOptions()
1164 rOptions.meEmbeddedBitmap = embitmap ? EMBEDDEDBITMAP_TRUE : EMBEDDEDBITMAP_FALSE; in getFontOptions()
1166 rOptions.meAntiAlias = antialias ? ANTIALIAS_TRUE : ANTIALIAS_FALSE; in getFontOptions()
1168 rOptions.meAutoHint = autohint ? AUTOHINT_TRUE : AUTOHINT_FALSE; in getFontOptions()
1170 rOptions.meHinting = hinting ? HINTING_TRUE : HINTING_FALSE; in getFontOptions()
1173 case FC_HINT_NONE: rOptions.meHintStyle = HINT_NONE; break; in getFontOptions()
1174 case FC_HINT_SLIGHT: rOptions.meHintStyle = HINT_SLIGHT; break; in getFontOptions()
1175 case FC_HINT_MEDIUM: rOptions.meHintStyle = HINT_MEDIUM; break; in getFontOptions()
1177 case FC_HINT_FULL: rOptions.meHintStyle = HINT_FULL; break; in getFontOptions()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2532 const uno::Sequence< beans::PropertyValue >& rOptions, in lcl_SeqHasProperty()
2536 const sal_Int32 nLen = rOptions.getLength(); in lcl_SeqHasProperty()
2537 const beans::PropertyValue *pProps = rOptions.getConstArray(); in lcl_SeqHasProperty()
2549 const uno::Sequence< beans::PropertyValue >& rOptions, in GetRenderView()
2559 const sal_Int32 nLen = rOptions.getLength(); in GetRenderView()
2560 const beans::PropertyValue *pProps = rOptions.getConstArray(); in GetRenderView()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx648 const SfxItemSet &rOptions) in CreatePrintOptionsPage() argument
651 (void)rOptions; in CreatePrintOptionsPage()
H A DDocumentRenderer.cxx1262 void ProcessProperties (const css::uno::Sequence<css::beans::PropertyValue >& rOptions) in ProcessProperties() argument
1268 bool bIsValueChanged = processProperties( rOptions ); in ProcessProperties()
1317 const css::uno::Sequence<css::beans::PropertyValue>& rOptions) in GetProperties() argument
1319 (void)rOptions; in GetProperties()
2377 const css::uno::Sequence<css::beans::PropertyValue >& rOptions) in getRendererCount()
2381 mpImpl->ProcessProperties(rOptions); in getRendererCount()
2391 const css::uno::Sequence<css::beans::PropertyValue>& rOptions) in getRenderer() argument
2396 mpImpl->ProcessProperties(rOptions); in getRenderer()
2397 return mpImpl->GetProperties(rOptions); in getRenderer()
2406 const css::uno::Sequence<css::beans::PropertyValue>& rOptions) in render() argument
[all …]
/trunk/main/sw/source/core/view/
H A Dvprint.cxx597 void ViewShell::PrtOle2( SwDoc *pDoc, const SwViewOption *pOpt, const SwPrintData& rOptions, in PrtOle2() argument
611 pSh->PrepareForPrint( rOptions ); in PrtOle2()
717 void ViewShell::PrepareForPrint( const SwPrintData &rOptions ) in PrepareForPrint() argument
720 pOpt->SetGraphic ( sal_True == rOptions.bPrintGraphic ); in PrepareForPrint()
721 pOpt->SetTable ( sal_True == rOptions.bPrintTable ); in PrepareForPrint()
722 pOpt->SetDraw ( sal_True == rOptions.bPrintDraw ); in PrepareForPrint()
723 pOpt->SetControl ( sal_True == rOptions.bPrintControl ); in PrepareForPrint()
724 pOpt->SetPageBack( sal_True == rOptions.bPrintPageBackground ); in PrepareForPrint()
725 pOpt->SetBlackFont( sal_True == rOptions.bPrintBlackFont ); in PrepareForPrint()
735 pDrawView->SetLayerPrintable( sLayerNm, rOptions.bPrintControl ); in PrepareForPrint()
[all …]
H A Dprintdata.cxx143 SwPrintData & rOptions, in MakeSwPrtOptions() argument
155 ::sw::InitPrintOptionsFromApplication(rOptions, bWeb); in MakeSwPrtOptions()
158 rOptions.bPrintGraphic = pOpt->IsPrintGraphics(); in MakeSwPrtOptions()
159 rOptions.bPrintTable = pOpt->IsPrintTables(); in MakeSwPrtOptions()
160 rOptions.bPrintDraw = pOpt->IsPrintDrawings(); in MakeSwPrtOptions()
162 rOptions.bPrintLeftPages = pOpt->IsPrintLeftPages(); in MakeSwPrtOptions()
167 rOptions.bPaperFromSetup = pOpt->IsPaperFromSetup(); in MakeSwPrtOptions()
168 rOptions.bPrintReverse = pOpt->IsPrintReverse(); in MakeSwPrtOptions()
169 rOptions.bPrintProspect = pOpt->IsPrintProspect(); in MakeSwPrtOptions()
180 rOptions.SetPrintUIOptions( pOpt ); in MakeSwPrtOptions()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx241 virtual SfxTabPage* CreatePrintOptionsPage( Window *pParent, const SfxItemSet &rOptions );
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4800 const String& rOptions, const String& rSource, in InsertAreaLink() argument
4848 String aNewOptions = rOptions; in InsertAreaLink()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx186 sal_Bool bWidth, const ScNeededSizeOptions& rOptions ) in GetNeededSize() argument
194 const ScPatternAttr* pPattern = rOptions.pPattern; in GetNeededSize()
208 if ( rOptions.bSkipMerged && pMerge->GetColMerge() > 1 ) in GetNeededSize()
215 if ( rOptions.bSkipMerged && pMerge->GetRowMerge() > 1 ) in GetNeededSize()
317 if (rOptions.bGetFont) in GetNeededSize()
340 sal_True, rOptions.bFormula, ftCheck ); in GetNeededSize()
363 else if ( rOptions.bTotalSize ) in GetNeededSize()
376 if ( bBreak && !rOptions.bTotalSize ) in GetNeededSize()
504 sal_True, rOptions.bFormula, ftCheck ); in GetNeededSize()
530 else if ( rOptions.bTotalSize ) in GetNeededSize()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx806 const uno::Sequence< beans::PropertyValue >& rOptions in InsertFile()
812 comphelper::MediaDescriptor aMediaDescriptor( rOptions ); in InsertFile()
H A Dunoobj.cxx2762 const uno::Sequence< beans::PropertyValue >& rOptions) in insertDocumentFromURL()
2770 SwUnoCursorHelper::InsertFile(&rUnoCursor, rURL, rOptions); in insertDocumentFromURL()
/trunk/main/starmath/source/
H A Dview.cxx1244 const SfxItemSet &rOptions) in CreatePrintOptionsPage() argument
1248 return SmPrintOptionsTabPage::Create(pParent, rOptions); in CreatePrintOptionsPage()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1221 const SwPrintUIOptions &rOptions, in CalculatePagesForPrinting() argument
1225 const sal_Int64 nContent = rOptions.getIntValue( "PrintContent", 0 ); in CalculatePagesForPrinting()
1230 bool bPrintLeftPages = bIsPDFExport ? true : rOptions.IsPrintLeftPages(); in CalculatePagesForPrinting()
1231 bool bPrintRightPages = bIsPDFExport ? true : rOptions.IsPrintRightPages(); in CalculatePagesForPrinting()
1351 aPageRange = rOptions.getStringValue( "PageRange", OUString() ); in CalculatePagesForPrinting()
1382 const SwPrintUIOptions &rOptions, in UpdatePagesForPrintingWithPostItData() argument
1567 const SwPrintUIOptions &rOptions, in CalculatePagePairsForProspectPrinting() argument
1579 rtl::OUString aPageRange = rOptions.getStringValue( "PageRange", rtl::OUString() ); in CalculatePagePairsForProspectPrinting()
1584 const sal_Int64 nContent = rOptions.getIntValue( "PrintContent", 0 ); in CalculatePagePairsForProspectPrinting()
1623 bool bPrintLeftPages = rOptions.IsPrintLeftPages(); in CalculatePagePairsForProspectPrinting()
[all …]
/trunk/main/svtools/source/config/
H A Dprintoptions.cxx740 rOptions.SetReduceTransparency( IsReduceTransparency() ); in GetPrinterOptions()
742 rOptions.SetReduceGradients( IsReduceGradients() ); in GetPrinterOptions()
744 rOptions.SetReducedGradientStepCount( GetReducedGradientStepCount() ); in GetPrinterOptions()
745 rOptions.SetReduceBitmaps( IsReduceBitmaps() ); in GetPrinterOptions()
749 rOptions.SetConvertToGreyscales( IsConvertToGreyscales() ); in GetPrinterOptions()
756 SetReduceTransparency( rOptions.IsReduceTransparency() ); in SetPrinterOptions()
759 rOptions.GetReducedTransparencyMode()) ); in SetPrinterOptions()
760 SetReduceGradients( rOptions.IsReduceGradients() ); in SetPrinterOptions()
764 SetReduceBitmaps( rOptions.IsReduceBitmaps() ); in SetPrinterOptions()
768 SetConvertToGreyscales( rOptions.IsConvertToGreyscales() ); in SetPrinterOptions()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx857 …ionsFromDocumentSetup( const JobData& rJob, bool bBanner, int& rNumOptions, void** rOptions ) const in getOptionsFromDocumentSetup()
860 *rOptions = NULL; in getOptionsFromDocumentSetup()
883 …PSWrapper->cupsAddOption( aKey.getStr(), aValue.getStr(), rNumOptions, (cups_option_t**)rOptions ); in getOptionsFromDocumentSetup()
891 …= m_pCUPSWrapper->cupsAddOption( "copies", aVal.getStr(), rNumOptions, (cups_option_t**)rOptions ); in getOptionsFromDocumentSetup()
895 …ns = m_pCUPSWrapper->cupsAddOption( "job-sheets", "none", rNumOptions, (cups_option_t**)rOptions ); in getOptionsFromDocumentSetup()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx1191 const Sequence< PropertyValue >& rOptions( maPController->getUIOptions() ); in setupOptionalUI() local
1192 for( int i = 0; i < rOptions.getLength(); i++ ) in setupOptionalUI()
1195 rOptions[i].Value >>= aOptProp; in setupOptionalUI()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx317 SAL_DLLPRIVATE void SetPrinterOptions( const PrinterOptions& rOptions );
/trunk/main/vcl/inc/
H A Dcupsmgr.hxx69 …onsFromDocumentSetup( const JobData& rJob, bool bBanner, int& rNumOptions, void** rOptions ) const;
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm1089 const Sequence< PropertyValue >& rOptions( pController->getUIOptions() );
1090 if( rOptions.getLength() == 0 )
1113 for( int i = 0; i < rOptions.getLength(); i++ )
1116 rOptions[i].Value >>= aOptProp;
1158 for( int i = 0; i < rOptions.getLength(); i++ )
1161 rOptions[i].Value >>= aOptProp;
/trunk/main/unotools/source/i18n/
H A Dtextsearch.cxx207 void TextSearch::SetLocale( const ::com::sun::star::util::SearchOptions& rOptions, in SetLocale() argument
211 SearchOptions aSOpt( rOptions ); in SetLocale()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx197 sal_Bool GetOptions( SvtLinguOptions &rOptions ) const;
198 sal_Bool SetOptions( const SvtLinguOptions &rOptions );
575 sal_Bool SvtLinguConfigItem::GetOptions( SvtLinguOptions &rOptions ) const in GetOptions()
579 rOptions = aOpt; in GetOptions()
584 sal_Bool SvtLinguConfigItem::SetOptions( const SvtLinguOptions &rOptions ) in SetOptions() argument
588 aOpt = rOptions; in SetOptions()
932 sal_Bool SvtLinguConfig::GetOptions( SvtLinguOptions &rOptions ) const in GetOptions()
934 return GetConfigItem().GetOptions( rOptions ); in GetOptions()
938 sal_Bool SvtLinguConfig::SetOptions( const SvtLinguOptions &rOptions ) in SetOptions() argument
940 return GetConfigItem().SetOptions( rOptions ); in SetOptions()
/trunk/main/unotools/inc/unotools/
H A Dlingucfg.hxx202 sal_Bool GetOptions( SvtLinguOptions &rOptions ) const;
203 sal_Bool SetOptions( const SvtLinguOptions &rOptions );
/trunk/main/sw/source/ui/uiview/
H A Dviewprt.cxx278 const SfxItemSet &rOptions, sal_Bool bPreview ) in CreatePrintOptionsPage() argument
286 pPage = (*fnCreatePage)( pParent, rOptions ); in CreatePrintOptionsPage()
288 SfxAllItemSet aSet(*(rOptions.GetPool())); in CreatePrintOptionsPage()

Completed in 223 milliseconds

1234