Home
last modified time | relevance | path

Searched refs:bPrn (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsvdpagv.hxx222 …id SetLayerPrintable(const String& rName, sal_Bool bPrn = sal_True) { SetLayer(rName, aLayerPrn, b… in SetLayerPrintable() argument
224 void SetAllLayersPrintable(sal_Bool bPrn = sal_True) { SetAllLayers(aLayerPrn, bPrn); } in SetAllLayersPrintable() argument
H A Dsvdpntv.hxx376 void SetLayerPrintable(const String& rName, sal_Bool bPrn=sal_True);
378 void SetAllLayersPrintable(sal_Bool bPrn=sal_True);
H A Dsvdobj.hxx1014 void SetPrintable(sal_Bool bPrn);
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx893 const sal_Bool bPrn = pOut == rNoTNd.getIDocumentDeviceAccess()->getPrinter( false ) || in PaintPicture() local
929 if( !bPrn ) in PaintPicture()
971 const sal_Bool bSwappedIn = 0 != pGrfNd->SwapIn( bPrn ); in PaintPicture()
1098 if( bSwapped && bPrn ) in PaintPicture()
1167 … if (pOut && !bPrn && Application::GetSettings().GetStyleSettings().GetHighContrastMode() ) in PaintPicture()
1192 if ( !bPrn && pShell->ISA( SwCrsrShell ) && in PaintPicture()
/trunk/main/svx/source/svdraw/
H A Dsvdpntv.cxx724 void SdrPaintView::SetLayerPrintable(const XubString& rName, sal_Bool bPrn) in SetLayerPrintable() argument
728 mpPageView->SetLayerPrintable(rName,bPrn); in SetLayerPrintable()
742 void SdrPaintView::SetAllLayersPrintable(sal_Bool bPrn) in SetAllLayersPrintable() argument
746 mpPageView->SetAllLayersPrintable(bPrn); in SetAllLayersPrintable()
H A Dsvdobj.cxx2735 void SdrObject::SetPrintable(sal_Bool bPrn) in SetPrintable() argument
2737 if( bPrn == bNoPrint ) in SetPrintable()
2739 bNoPrint=!bPrn; in SetPrintable()

Completed in 50 milliseconds